1
1
[build-system ]
2
- requires = [" setuptools>=62.0" ]
2
+ requires = [" setuptools>=62.0" , " setuptools-git-versioning<2 " ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " diffpy.utils"
7
- version = " 3.2.7 "
7
+ dynamic =[ ' version ' ]
8
8
authors = [
9
9
{
name =
" Simon J.L. Billinge group" ,
email =
" [email protected] " },
10
10
]
@@ -14,7 +14,7 @@ maintainers = [
14
14
description = " Shared utilities for diffpy packages."
15
15
keywords = [" text data parsers" , " wx grid" , " diffraction objects" ]
16
16
readme = " README.rst"
17
- requires-python = " >=3.8 "
17
+ requires-python = " >=3.9 "
18
18
classifiers = [
19
19
' Development Status :: 5 - Production/Stable' ,
20
20
' Environment :: Console' ,
@@ -26,7 +26,6 @@ classifiers = [
26
26
' Operating System :: POSIX' ,
27
27
' Operating System :: Unix' ,
28
28
' Programming Language :: Python :: 2.7' ,
29
- ' Programming Language :: Python :: 3.8' ,
30
29
' Programming Language :: Python :: 3.9' ,
31
30
' Programming Language :: Python :: 3.10' ,
32
31
' Programming Language :: Python :: 3.11' ,
@@ -38,6 +37,12 @@ classifiers = [
38
37
Homepage = " https://github.com/diffpy/diffpy.utils/"
39
38
Issues = " https://github.com/diffpy/diffpy.utils/issues"
40
39
40
+ [tool .setuptools-git-versioning ]
41
+ enabled = true
42
+ template = " {tag}"
43
+ dev_template = " {tag}.post{ccount}"
44
+ dirty_template = " {tag}.post{ccount}"
45
+
41
46
[tool .setuptools .packages .find ]
42
47
where = [" src" ] # list of folders that contain the packages (["."] by default)
43
48
include = [" diffpy*" ] # package names should match these glob patterns (["*"] by default)
0 commit comments