Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marota authored Feb 3, 2023
1 parent a7c37da commit 7823468
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
}

setup(name='Oracle4Grid',
version='1.0.4',
version='1.0.5.post1',
description='Oracle agent that finds the best course of actions aposteriori, within a given perimeter of actions',
long_description_content_type="text/markdown",
classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 3.6',
Expand All @@ -45,5 +46,5 @@
"oracle4grid/ressources/rte_case14_realistic/test_unitary_actions.json"]},
install_requires=pkgs["required"],
zip_safe=False,
entry_points={'console_scripts': ['oracle4grid=oracle4grid.main:main']}
entry_points={'console_scripts': ['oracle4grid=oracle4grid.main:main']},
)

0 comments on commit 7823468

Please sign in to comment.