11[build-system ]
2- requires = [" setuptools>=62.0" ]
2+ requires = [" setuptools>=62.0" , " setuptools-git-versioning<2 " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " diffpy.utils"
7- version = " 3.2.7 "
7+ dynamic =[ ' version ' ]
88authors = [
99 {
name =
" Simon J.L. Billinge group" ,
email =
" [email protected] " },
1010]
@@ -14,7 +14,7 @@ maintainers = [
1414description = " Shared utilities for diffpy packages."
1515keywords = [" text data parsers" , " wx grid" , " diffraction objects" ]
1616readme = " README.rst"
17- requires-python = " >=3.8 "
17+ requires-python = " >=3.9 "
1818classifiers = [
1919 ' Development Status :: 5 - Production/Stable' ,
2020 ' Environment :: Console' ,
@@ -26,7 +26,6 @@ classifiers = [
2626 ' Operating System :: POSIX' ,
2727 ' Operating System :: Unix' ,
2828 ' Programming Language :: Python :: 2.7' ,
29- ' Programming Language :: Python :: 3.8' ,
3029 ' Programming Language :: Python :: 3.9' ,
3130 ' Programming Language :: Python :: 3.10' ,
3231 ' Programming Language :: Python :: 3.11' ,
@@ -38,6 +37,12 @@ classifiers = [
3837Homepage = " https://github.com/diffpy/diffpy.utils/"
3938Issues = " https://github.com/diffpy/diffpy.utils/issues"
4039
40+ [tool .setuptools-git-versioning ]
41+ enabled = true
42+ template = " {tag}"
43+ dev_template = " {tag}.post{ccount}"
44+ dirty_template = " {tag}.post{ccount}"
45+
4146[tool .setuptools .packages .find ]
4247where = [" src" ] # list of folders that contain the packages (["."] by default)
4348include = [" diffpy*" ] # package names should match these glob patterns (["*"] by default)
0 commit comments