add package info and licencse

This commit is contained in:
2021-07-12 15:59:32 +02:00
parent 93c84e731d
commit 4ec8b766cd
2 changed files with 31 additions and 0 deletions

10
setup.py Normal file
View File

@@ -0,0 +1,10 @@
from setuptools import setup
setup(name='situr',
version='0.1',
description='A package to register situ images',
url='https://github.com/13hannes11/situr',
author='Hannes F. Kuchelmeister',
author_email='hannes@kuchelmeister.org',
license='MIT',
packages=['situr'],
zip_safe=False)