Files
situr/setup.py

11 lines
330 B
Python

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)