mirror of
https://github.com/wassname/greater_tables_project.git
synced 2026-06-27 17:30:44 +08:00
5.0.0.beta renamed gtXX to XX; added auto SCM
This commit is contained in:
+10
-1
@@ -1,5 +1,9 @@
|
||||
[build-system]
|
||||
requires = ["setuptools", "build"]
|
||||
requires = [
|
||||
"setuptools",
|
||||
"build",
|
||||
"setuptools_scm[toml]>=7.0"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
@@ -27,6 +31,11 @@ classifiers = [
|
||||
"Topic :: Office/Business"
|
||||
]
|
||||
|
||||
[tool.setuptools_scm]
|
||||
write_to = "greater_tables/_version.py"
|
||||
version_scheme = "post-release"
|
||||
local_scheme = "no-local-version"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["greater_tables", "greater_tables.data"]
|
||||
exclude = ["img", "tests", "docs"]
|
||||
|
||||
Reference in New Issue
Block a user