1
0
Forkuj 0
kopia lustrzana https://github.com/prise6/smart-iss-posts synced 2024-04-25 02:30:27 +02:00
smart-iss-posts/setup.py
2019-03-05 00:48:18 +01:00

11 wiersze
224 B
Python

from setuptools import find_packages, setup
setup(
name='iss',
packages=find_packages(),
version='0.1.0',
description='Project to identify nice pics from live ISS',
author='prise6',
license='MIT',
)