- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
Latest commit
11 lines (10 loc) · 376 Bytes
/
Copy pathsetup.py
File metadata and controls
11 lines (10 loc) · 376 Bytes
1
2
3
4
5
6
7
8
9
10
11
fromsetuptoolsimportsetup
setup(name='python_digits',
version='2.0',
description='Python digits (integers between 0 and 9)',
url='https://github.com/dsandersAzure/python_digits',
author='David Sanders',
author_email='dsanderscanadanospam@gmail.com',
license='Apache License 2.0',
packages=['python_digits'],
zip_safe=False)