[main] Git stuff
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: project-installer
|
||||
Version: 0.1.0
|
||||
Summary: Project Installer Tool
|
||||
Requires-Dist: pystache
|
||||
@@ -0,0 +1,9 @@
|
||||
README.md
|
||||
project_installer.py
|
||||
setup.py
|
||||
project_installer.egg-info/PKG-INFO
|
||||
project_installer.egg-info/SOURCES.txt
|
||||
project_installer.egg-info/dependency_links.txt
|
||||
project_installer.egg-info/entry_points.txt
|
||||
project_installer.egg-info/requires.txt
|
||||
project_installer.egg-info/top_level.txt
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
[console_scripts]
|
||||
project-installer = project_installer:main
|
||||
@@ -0,0 +1 @@
|
||||
pystache
|
||||
@@ -0,0 +1 @@
|
||||
project_installer
|
||||
Reference in New Issue
Block a user