File tree 1 file changed +36
-0
lines changed
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ [build-system ]
2
+ requires = [
3
+ " setuptools>=61.0" ,
4
+ " setuptools_scm>=8"
5
+ ]
6
+ build-backend = " setuptools.build_meta"
7
+ dynamic = [" version" ]
8
+
9
+ [project ]
10
+ name = " carconnectivity"
11
+ description = " Library for retrieving information from car connectivity services"
12
+ requires-python = " >=3.8"
13
+ authors = [
14
+ { name = " Till Steinbach" }
15
+ ]
16
+ dependencies = [
17
+ " argparse"
18
+ ]
19
+ readme = " README.md"
20
+ license = { file = " LICENSE" }
21
+ classifiers = [
22
+ " Development Status :: 3 - Alpha" ,
23
+ " License :: OSI Approved :: MIT License" ,
24
+ " Intended Audience :: Developers" ,
25
+ " Programming Language :: Python :: 3.8" ,
26
+ " Programming Language :: Python :: 3.9" ,
27
+ " Programming Language :: Python :: 3.10" ,
28
+ " Programming Language :: Python :: 3.11" ,
29
+ " Programming Language :: Python :: 3.12" ,
30
+ " Topic :: Software Development :: Libraries"
31
+ ]
32
+
33
+ [project .urls ]
34
+
35
+ [project .scripts ]
36
+ allcars = " allCars:main"
You can’t perform that action at this time.
0 commit comments