Skip to content

Commit

Permalink
remove setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jjshoots committed Jul 19, 2023
1 parent 9df92d4 commit d48f780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "numpy", "wheel"]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -16,7 +16,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["matplotlib", "gymnasium", "pybullet", "pyyaml"]
dependencies = ["numpy", "matplotlib", "gymnasium", "pybullet", "pyyaml"]
keywords = ["Reinforcement Learning", "UAVs", "drones", "Quadcopter", "AI", "RL", "Gymnasium"]
license = { file="./LICENSE.txt" }

Expand Down
23 changes: 0 additions & 23 deletions setup.py

This file was deleted.

0 comments on commit d48f780

Please sign in to comment.