Skip to content

Commit

Permalink
📦 Migrate metadata declaration to PEP 621
Browse files Browse the repository at this point in the history
Co-Authored-By: Sviatoslav Sydorenko <webknjaz@redhat.com>
  • Loading branch information
msabramo and webknjaz committed Jan 8, 2025
1 parent 8718070 commit 1ffca8e
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 37 deletions.
43 changes: 43 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,47 @@ requires = [
]
build-backend = "setuptools.build_meta"

[project]
name = "requests-unixsocket"
description = "Use requests to talk HTTP via a UNIX domain socket"
requires-python = ">= 3.9"
dependencies = [
"requests >= 1.1",
]
classifiers = [
"Development Status :: 3 - Alpha",

"Intended Audience :: Developers",
"Intended Audience :: Information Technology",

"Operating System :: OS Independent",

"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: Jython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = [
"version",
]

[[project.authors]]
name = "Marc Abramowitz"
email = "marc@marc-abramowitz.com"

[project.readme]
file = "README.rst"
content-type = "text/x-rst"

[project.urls]
Homepage = "https://github.com/msabramo/requests-unixsocket"

[tool.setuptools_scm]
28 changes: 0 additions & 28 deletions setup.cfg

This file was deleted.

9 changes: 0 additions & 9 deletions setup.py

This file was deleted.

0 comments on commit 1ffca8e

Please sign in to comment.