This commit is contained in:
Stefan Harmuth 2021-11-21 13:27:49 +01:00
parent 8221403ed0
commit 78b5f7b6c8

12
setup.py Normal file
View File

@ -0,0 +1,12 @@
from setuptools import setup
setup(
name='py-tools',
version='0.1',
packages=[''],
url='',
license='GPLv3',
author='pennywise',
author_email='pennywise@drock.de',
description='Just some small tools to make life easier'
)