@@ -46,7 +46,7 @@ def run(self):
4646 author_email = "me@kdheepak.com" ,
4747 license = "BSD-compatible" ,
4848 packages = find_packages (),
49- install_requires = ["dss_python==0.12.0 " ],
49+ install_requires = ["dss_python==0.12.1 " ],
5050 extras_require = {
5151 "extras" : ["pandas" , "matplotlib" , "networkx" ],
5252 "dev" : [
@@ -74,13 +74,11 @@ def run(self):
7474 "Topic :: Software Development :: Build Tools" ,
7575 # Pick your license as you wish (should match "license" above)
7676 "License :: Other/Proprietary License" ,
77- # Specify the Python versions you support here. In particular, ensure
78- # that you indicate whether you support Python 2, Python 3 or both.
79- "Programming Language :: Python :: 3.5" ,
8077 "Programming Language :: Python :: 3.6" ,
8178 "Programming Language :: Python :: 3.7" ,
8279 "Programming Language :: Python :: 3.8" ,
8380 "Programming Language :: Python :: 3.9" ,
81+ "Programming Language :: Python :: 3.10" ,
8482 ],
8583 cmdclass = {"develop" : PostDevelopCommand },
8684)
0 commit comments