smart-iss-posts/setup.py

11 lines
224 B
Python
Raw Permalink Normal View History

2018-08-05 22:21:49 +02:00
from setuptools import find_packages, setup
setup(
2019-03-05 00:48:18 +01:00
name='iss',
2018-08-05 22:21:49 +02:00
packages=find_packages(),
version='0.1.0',
description='Project to identify nice pics from live ISS',
author='prise6',
license='MIT',
)