Skip to content

Commit

Permalink
Update setup.py for v2.0.0, add new authors, drop py3.6 and py3.7 sup…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
wkirgsn authored Aug 15, 2023
1 parent 1965026 commit 7b8b766
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
AUTHORS = [
'Arne Traue', 'Gerrit Book', 'Praneeth Balakrishna',
'Pascal Peters', 'Pramod Manjunatha', 'Darius Jakobeit', 'Felix Book',
'Max Schenke', 'Wilhelm Kirchgässner', 'Oliver Wallscheid',
'Max Schenke', 'Wilhelm Kirchgässner', 'Oliver Wallscheid', 'Barnabas Haucke-Korber",
'Stefan Arndt', 'Marius Köhler'
]

with open('requirements.txt', 'r') as f:
Expand All @@ -15,11 +16,11 @@

setuptools.setup(
name='gym_electric_motor',
version='1.1.0',
description='An Farama Gymnasium environment for electric motor control.',
version='2.0.0',
description='A Farama Gymnasium environment for electric motor control.',
packages=setuptools.find_packages(),
install_requires=requirements,
python_requires='>=3.6',
python_requires='>=3.8',
extras_require={'examples': [
'keras-rl2',
'stable-baselines3',
Expand Down

0 comments on commit 7b8b766

Please sign in to comment.