Skip to content

Commit 27753f5

Browse files
committed
Update setup.cfg
1 parent fe7e811 commit 27753f5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

setup.cfg

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name = python_vehicle_simulator
33
version = 1.0.1
44
author = T. I. Fossen
55
author_email = thor.fossen@ntnu.no
6-
description = The Python Vehicle Simulator is a supplement to the Matlab MSS (Marine Systems Simulator) toolbox.
6+
description = The Python Vehicle Simulator is a supplement to the Matlab MSS (Marine Systems Simulator) toolbox.
7+
url = https://github.com/cybergalactic/PythonVehicleSimulator
78
project_urls =
8-
Bug Tracker = https://github.com/pypa/sampleproject/issues
9+
Bug Tracker = https://github.com/cybergalactic/PythonVehicleSimulator/issues
910
classifiers =
1011
Programming Language :: Python :: 3
1112
License :: OSI Approved :: MIT License
@@ -19,17 +20,17 @@ python_requires = >=3.10
1920
install_requires =
2021
numpy
2122
matplotlib
22-
pytest
23-
setup_requires =
24-
numpy
25-
matplotlib
26-
pytest
2723

2824
[options.packages.find]
2925
where = src
3026

27+
[options.extras_require]
28+
dev =
29+
pytest
30+
3131
[tool:pytest]
3232
minversion = 6.0
3333
addopts = -ra -q
3434
testpaths =
3535
tests
36+

0 commit comments

Comments
 (0)