[main] Git stuff

This commit is contained in:
2024-12-09 18:31:01 +01:00
parent 61e0c670c6
commit 9764bb4c63
11 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Metadata-Version: 2.1
Name: project-installer
Version: 0.1.0
Summary: Project Installer Tool
Requires-Dist: pystache

View File

@@ -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

View File

@@ -0,0 +1,2 @@
[console_scripts]
project-installer = project_installer:main

View File

@@ -0,0 +1 @@
pystache

View File

@@ -0,0 +1 @@
project_installer