1
0
Fork 0
mirror of https://github.com/prise6/smart-iss-posts synced 2024-05-02 05:42:43 +02:00
smart-iss-posts/setup.py

11 lines
224 B
Python
Raw Normal View History

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