Skip to content

Commit 1ffca8e

Browse files
msabramowebknjaz
andcommitted
📦 Migrate metadata declaration to PEP 621
Co-Authored-By: Sviatoslav Sydorenko <[email protected]>
1 parent 8718070 commit 1ffca8e

File tree

3 files changed

+43
-37
lines changed

3 files changed

+43
-37
lines changed

pyproject.toml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,47 @@ requires = [
55
]
66
build-backend = "setuptools.build_meta"
77

8+
[project]
9+
name = "requests-unixsocket"
10+
description = "Use requests to talk HTTP via a UNIX domain socket"
11+
requires-python = ">= 3.9"
12+
dependencies = [
13+
"requests >= 1.1",
14+
]
15+
classifiers = [
16+
"Development Status :: 3 - Alpha",
17+
18+
"Intended Audience :: Developers",
19+
"Intended Audience :: Information Technology",
20+
21+
"Operating System :: OS Independent",
22+
23+
"Programming Language :: Python",
24+
"Programming Language :: Python :: 3",
25+
"Programming Language :: Python :: 3 :: Only",
26+
"Programming Language :: Python :: 3.9",
27+
"Programming Language :: Python :: 3.10",
28+
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: Implementation",
32+
"Programming Language :: Python :: Implementation :: CPython",
33+
"Programming Language :: Python :: Implementation :: Jython",
34+
"Programming Language :: Python :: Implementation :: PyPy",
35+
]
36+
dynamic = [
37+
"version",
38+
]
39+
40+
[[project.authors]]
41+
name = "Marc Abramowitz"
42+
43+
44+
[project.readme]
45+
file = "README.rst"
46+
content-type = "text/x-rst"
47+
48+
[project.urls]
49+
Homepage = "https://github.com/msabramo/requests-unixsocket"
50+
851
[tool.setuptools_scm]

setup.cfg

Lines changed: 0 additions & 28 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)