Skip to content

Commit 7c04ad6

Browse files
committed
Updated project info for pypi
1 parent 758584d commit 7c04ad6

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

pyproject.toml

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,35 @@
11
[project]
2-
name = "BS1200_driver"
2+
name = "bs1200"
33
version = "1.3.5"
4-
authors = [{ name = "Mikhail Kharitonov", email = "[email protected]"}]
5-
description= "Python interface to the Bloomy BS1200"
6-
readme = "README.md"
4+
authors = [
5+
{ name = "Mikhail Kharitonov", email = "[email protected]"}
6+
]
7+
maintainers = [
8+
{ name = "Mikhail Kharitonov", email = "[email protected]"}
9+
]
10+
description= "Python interface to the Bloomy BS1200. Supports driver communication via PCAN-USB interface, and Configuration via Ethernet connection"
11+
readme = {file = "README.md", content-type = "text/markdown"}
12+
license = {file = "LICENSE"}
713
dependencies = ["python-can", "uptime", "nisyscfg", "paramiko", "scp"]
8-
9-
[project_urls]
10-
"Homepage" = "https://github.com/BloomyControls/BS1200-Python-Driver"
11-
"Bug Tracker" = "https://github.com/BloomyControls/BS1200-Python-Driver/issues"
1214
classifiers= [
1315
"Programming Language :: Python :: 3",
14-
"License :: OSI Approved :: MIT License",
16+
"Programming Language :: Python :: 3.6",
17+
"Programming Language :: Python :: 3.7",
18+
"Programming Language :: Python :: 3.8",
19+
"Programming Language :: Python :: 3.9",
20+
"Programming Language :: Python :: 3.10",
21+
"License :: OSI Approved :: BSD License",
1522
"Operating System :: OS Independent"
1623
]
24+
1725
[options]
1826
python_requires = ">=3.7"
1927

2028
[build-system]
2129
requires = ["setuptools>=61.0", "wheel"]
22-
build-backend = "setuptools.build_meta"
30+
build-backend = "setuptools.build_meta"
31+
32+
[project_urls]
33+
"Homepage" = "https://github.com/BloomyControls/BS1200-Python-Driver"
34+
"Product Page" = "https://www.bloomy.com/products/battery-management-system-testing/battery-simulator-1200"
35+
"Bug Tracker" = "https://github.com/BloomyControls/BS1200-Python-Driver/issues"

0 commit comments

Comments
 (0)