File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11
2- __version__ = '0.10.0 '
2+ __version__ = '0.10.1 '
Original file line number Diff line number Diff line change @@ -95,18 +95,18 @@ def run(self):
9595setup (
9696 author = 'Darren Dale' ,
9797 author_email = 'dsdale24@gmail.com' ,
98- classifiers = """Development Status :: 4 - Beta
99- Environment :: Console
100- Intended Audience :: Developers
101- Intended Audience :: Education
102- Intended Audience :: End Users/Desktop
103- Intended Audience :: Science/Research
104- License :: OSI Approved :: BSD License
105- Operating System :: OS Independent
106- Programming Language :: Python
107- Topic :: Education
108- Topic :: Scientific/Engineering
109- """ ,
98+ # classifiers = """Development Status :: 4 - Beta
99+ # Environment :: Console
100+ # Intended Audience :: Developers
101+ # Intended Audience :: Education
102+ # Intended Audience :: End Users/Desktop
103+ # Intended Audience :: Science/Research
104+ # License :: OSI Approved :: BSD License
105+ # Operating System :: OS Independent
106+ # Programming Language :: Python
107+ # Topic :: Education
108+ # Topic :: Scientific/Engineering
109+ # """,
110110 cmdclass = {
111111 'build' : build ,
112112 'data' : data ,
You can’t perform that action at this time.
0 commit comments