File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change
1
+ node: $Format:%H$
2
+ node-date: $Format:%cI$
3
+ describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
Original file line number Diff line number Diff line change
1
+ .git_archival.txt export-subst
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
- " pbr >= 6" ,
4
3
" setuptools >= 64" ,
4
+ " setuptools_scm >= 8" ,
5
5
]
6
- build-backend = " pbr.build"
6
+ build-backend = " setuptools.build_meta"
7
+
8
+ [tool .setuptools_scm ]
Original file line number Diff line number Diff line change 2
2
name = requests-unixsocket
3
3
author = Marc Abramowitz
4
4
5
- summary = Use requests to talk HTTP via a UNIX domain socket
6
- description_file = README.rst
5
+ description = Use requests to talk HTTP via a UNIX domain socket
6
+ long_description = file: README.rst
7
7
license = Apache-2
8
- home_page = https://github.com/msabramo/requests-unixsocket
9
- # home_page = https://requests-unixsocket.readthedocs.org/
10
- classifier =
8
+ url = https://github.com/msabramo/requests-unixsocket
9
+ classifiers =
11
10
Development Status :: 3 - Alpha
12
11
Intended Audience :: Developers
13
12
Intended Audience :: Information Technology
@@ -20,7 +19,6 @@ classifier =
20
19
Programming Language :: Python :: 3.11
21
20
Programming Language :: Python :: 3.12
22
21
Programming Language :: Python :: 3.13
23
- test_suite = requests_unixsocket.tests
24
22
python_requires = >= 3.9
25
23
26
24
[files]
You can’t perform that action at this time.
0 commit comments