-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
45 lines (39 loc) · 996 Bytes
/
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
38
39
40
41
42
43
44
45
[metadata]
name=Autonomous-driving-Jetson
version=1.0
author=Khlaifia Bilel
description=Autonomous driving reinforcement learning model deployed on a Jetson board.
long_description=file:README.md
long_description_content_type=text/markdown
url=https://github.com/khlaifiabilel/Autonomous-driving-Jetson
license=MIT
classifiers=
Development Status :: 5 - Production/Stable
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
License :: OSI Approved :: MIT License
[options]
setup_requires=
pytest-runner
install_requires=
gym
numpy
pygame
matplotlib
pandas
packages=find:
tests_require=
pytest
[options.extras_require]
deploy = pytest-runner; sphinx<1.7.3; sphinx_rtd_theme
[options.packages.find]
exclude =
tests
docs
scripts
[aliases]
test=pytest