forked from lucthis/python_vingador
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
17 lines (16 loc) · 655 Bytes
/
setup.py
File metadata and controls
17 lines (16 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
from setuptools import setup
setup(name='Python Vingador',
version='2.1.2',
description='Executor ligacao direto',
url='https://github.com/caioross/python_vingador',
author='Caio Ross',
author_email='kio199@gmail.com',
license='CCT-0',
packages=['pyyvingador'],
python_requires='>=3',
classifiers=['Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'],
zip_safe=False)