Skip to content

Commit

Permalink
chore: update setup
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Oppermann <[email protected]>
  • Loading branch information
Haifischbecken committed Oct 22, 2024
1 parent 7f2cf8d commit 46e8b9e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@
setuptools.setup(
name="datafev",
description="A Python framework for development and testing of management algorithms for electric vehicle charging infrastructures",
version="1.0.0",
version="0.3.0",
author="Institute for Automation of Complex Power Systems (ACS),"
"E.ON Energy Research Center (E.ON ERC),"
"RWTH Aachen University",
author_email="[email protected]",
url="https://github.com/erdemgumrukcu/datafev",
url="https://github.com/sogno-platform/datafev",
license="MIT",
packages=setuptools.find_packages(where="src"),
package_dir={"": "src"},
# package_data={"pycity_scheduling": ["data/*.txt"], "examples": ["*.ipynb"]},
# data_files=[(".", ["LICENSE.txt", "README.md"])],
install_requires=[
"matplotlib>=3.5.1",
"numpy>=1.21.5",
"openpyxl>=3.0.9",
"pandas>=1.4.2",
"pyomo>=6.4.1",
"matplotlib~=3.5.1",
"numpy~=1.21.5",
"openpyxl~=3.0.9",
"pandas~=1.4.2",
"pyomo~=6.4.1",
],
platforms="any",
long_description=long_description,
Expand Down

0 comments on commit 46e8b9e

Please sign in to comment.