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 11[build-system ]
22requires = [
3- " pbr >= 6" ,
43 " setuptools >= 64" ,
4+ " setuptools_scm >= 8" ,
55]
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 22name = requests-unixsocket
33author = Marc Abramowitz
445- 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
77license = 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 =
1110 Development Status :: 3 - Alpha
1211 Intended Audience :: Developers
1312 Intended Audience :: Information Technology
@@ -20,7 +19,6 @@ classifier =
2019 Programming Language :: Python :: 3.11
2120 Programming Language :: Python :: 3.12
2221 Programming Language :: Python :: 3.13
23- test_suite = requests_unixsocket.tests
2422python_requires = >= 3.9
2523
2624[files]
You can’t perform that action at this time.
0 commit comments