Update setup.py
This commit is contained in:
parent
f16a128d57
commit
cde6a269d0
4
setup.py
4
setup.py
@ -18,9 +18,9 @@ extras["all"] = list(set(itertools.chain.from_iterable(map(lambda group: extras[
|
|||||||
setup(
|
setup(
|
||||||
author='Fabian Otto, Onur Celik',
|
author='Fabian Otto, Onur Celik',
|
||||||
name='fancy_gym',
|
name='fancy_gym',
|
||||||
version='0.3',
|
version='0.2',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 3 - Alpha',
|
||||||
'Intended Audience :: Science/Research',
|
'Intended Audience :: Science/Research',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Natural Language :: English',
|
'Natural Language :: English',
|
||||||
|
Loading…
Reference in New Issue
Block a user