File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1818
1919setuptools .setup (
2020 name = "cryptomarket" ,
21- version = "0 .0.5 " ,
21+ version = "1 .0.0 " ,
2222 packages = setuptools .find_packages (),
2323 include_package_data = True ,
2424 description = "CryptoMarket API client library" ,
31313232 classifiers = (
3333 "Intended Audience :: Developers" ,
34- "Programming Language :: Python :: 2" ,
3534 "Programming Language :: Python :: 3" ,
36- "Programming Language :: Python" ,
35+ "Programming Language :: Python :: 3.4" ,
36+ "Programming Language :: Python :: 3.5" ,
37+ "Programming Language :: Python :: 3.6" ,
38+ "Programming Language :: Python :: 3.7" ,
3739 "License :: OSI Approved :: MIT License" ,
3840 "Operating System :: OS Independent" ,
3941 "Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments