Commit 571cff48 authored by Ibrahim's avatar Ibrahim
Browse files

added setup.cfg

parent 86ddf88d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
__pycache__/
.ipynb_checkpoints/
.vscode/
*.egg-info/
 No newline at end of file

pyproject.toml

0 → 100644
+3 −0
Original line number Diff line number Diff line
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

setup.cfg

0 → 100644
+21 −0
Original line number Diff line number Diff line
# See: https://setuptools.pypa.io/en/latest/userguide/quickstart.html
[metadata]
name = multirotor
version = 0.1.0
description =  Simulation testbed for multirotor vehicles.
long_description = file: README.md
keywords = multirotor, simulation, gym, uav

[options]
python_requires = >= 3.7
install_requires =
    numpy
    scipy
    numba
    matplotlib
packages = find:
packages_dir =
    .

[options.packages.find]
where = .

setup.py

deleted100644 → 0
+0 −0

Empty file deleted.