|
9 | 9 |
|
10 | 10 | setup( |
11 | 11 | name = 'GDAX', |
12 | | - version = '0.1.1b2', |
| 12 | + version = '0.2.0', |
13 | 13 | author = 'Daniel Paquin', |
14 | 14 | author_email = 'dpaq34@gmail.com', |
15 | 15 | license='MIT', |
16 | | - url = 'https://github.com/danpaquin/coinbase-gdax-python', |
| 16 | + url = 'https://github.com/danpaquin/GDAX-Python', |
17 | 17 | packages = find_packages(), |
18 | 18 | install_requires = install_requires, |
19 | | - description = 'A Python client for the GDAX API', |
20 | | - download_url = 'https://github.com/danpaquin/coinbase-gdax-python/archive/master.zip', |
21 | | - keywords = ['coinbase', 'gdax', 'bitcoin', 'ethereum', 'client', 'api', 'exchange', 'crypto', 'currency'], |
| 19 | + description = 'The Python client for the GDAX API', |
| 20 | + download_url = 'https://github.com/danpaquin/GDAX-Python/archive/master.zip', |
| 21 | + keywords = ['coinbase', 'gdax', 'bitcoin', 'BTC', 'ETH', 'ethereum', 'client', 'api', 'wrapper', 'exchange', 'crypto', 'currency'], |
22 | 22 | classifiers=[ |
23 | | - 'Development Status :: 4 - Beta', |
| 23 | + 'Development Status :: 5 - Production/Stable', |
24 | 24 | 'Intended Audience :: Developers', |
| 25 | + 'Intended Audience :: Financial and Insurance Industry', |
| 26 | + 'Intended Audience :: Information Technology', |
25 | 27 | 'Topic :: Software Development :: Libraries :: Python Modules', |
26 | 28 | 'License :: OSI Approved :: MIT License', |
27 | 29 | 'Programming Language :: Python :: 2', |
|
0 commit comments