File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ name = python_vehicle_simulator
3
3
version = 1.0.1
4
4
author = T. I. Fossen
5
5
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
7
8
project_urls =
8
- Bug Tracker = https://github.com/pypa/sampleproject /issues
9
+ Bug Tracker = https://github.com/cybergalactic/PythonVehicleSimulator /issues
9
10
classifiers =
10
11
Programming Language :: Python :: 3
11
12
License :: OSI Approved :: MIT License
@@ -19,17 +20,17 @@ python_requires = >=3.10
19
20
install_requires =
20
21
numpy
21
22
matplotlib
22
- pytest
23
- setup_requires =
24
- numpy
25
- matplotlib
26
- pytest
27
23
28
24
[options.packages.find]
29
25
where = src
30
26
27
+ [options.extras_require]
28
+ dev =
29
+ pytest
30
+
31
31
[tool:pytest]
32
32
minversion = 6.0
33
33
addopts = -ra -q
34
34
testpaths =
35
35
tests
36
+
You can’t perform that action at this time.
0 commit comments