Skip to content

Commit

Permalink
improving the setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed May 12, 2021
1 parent b6dd6ee commit 262020b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def my_test_suite():
"tqdm>=4.45.0",
"pathlib>=1.0.1",
"networkx>=2.4",
"scipy>=1.4.1",
"requests>=2.23.0"
],
"extras": {
Expand Down Expand Up @@ -80,7 +79,7 @@ def my_test_suite():

setup(name='Grid2Op',
version='1.6.0.rc1',
description='An environment that allows to perform powergrid optimization.',
description='An gym compatible environment to model sequential decision making for powersystems',
long_description=long_description,
long_description_content_type="text/markdown",
classifiers=[
Expand All @@ -93,7 +92,11 @@ def my_test_suite():
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"Natural Language :: English"
"Natural Language :: English",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Topic :: Scientific/Engineering"
],
keywords='ML powergrid optmization RL power-systems',
author='Benjamin DONNOT',
Expand Down

0 comments on commit 262020b

Please sign in to comment.