-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
37 lines (35 loc) · 1.03 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[metadata]
name = imm-pybullet-util
author = Yoonyoung (Jamie) Cho
author_email = [email protected]
description = Pybullet motion planning utilities for KAIST IMSquared Lab
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/yycho0108/imm-pybullet-util
keywords = pybullet, simulation, robotics
license = MIT
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
zip_safe = False
package_dir =
= src
packages = find_namespace:
python_requires = >=3.6
setup_requires =
setuptools >= 48
setuptools_scm >= 6.0
install_requires =
numpy >= 1.19.0
dataclasses;python_version<'3.7'
simple_parsing
[options.packages.find]
where = src