Commit 4a906b17 authored by Ibrahim's avatar Ibrahim
Browse files

missing dependencies

parent bef6bc30
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@ __pycache__/
.ipynb_checkpoints/
.vscode/
*.egg-info/
dist/
+7 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ name = multirotor
version = 0.1.0
description =  Simulation testbed for multirotor vehicles.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = multirotor, simulation, gym, uav

[options]
@@ -13,9 +14,15 @@ install_requires =
    scipy
    numba
    matplotlib
    gym
packages = find:
packages_dir =
    .

[options.packages.find]
where = .

[options.extras_require]
DEV =
    twine
    build
+5 −5

File changed.

Contains only whitespace changes.