-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (24 loc) · 882 Bytes
/
pyproject.toml
File metadata and controls
29 lines (24 loc) · 882 Bytes
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
[project]
authors = [{ name = "Stefan Eiermann", email = "python-org@ultraapp.de" }]
dependencies = []
description = "This package can parse and compare semantic versioning."
license = { file = "LICENSE" }
name = "version_parser"
readme = "README.md"
requires-python = ">=3.8"
version = "1.0.1"
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: JavaScript",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Topic :: Software Development",
"Topic :: Utilities",
]
[project.urls]
Homepage = "https://github.com/eieste/VersionParser"
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]