mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
Merge pull request #205 from internetarchive/for_pypi
updates for pypi update v.2.6.0
This commit is contained in:
commit
0e565889e1
0
__init__.py
Normal file
0
__init__.py
Normal file
28
pyproject.toml
Normal file
28
pyproject.toml
Normal file
@ -0,0 +1,28 @@
|
||||
[project]
|
||||
name = "warcprox"
|
||||
authors = [
|
||||
{ name="Noah Levitt", email="nlevitt@archive.org" },
|
||||
]
|
||||
maintainers = [
|
||||
{ name="Vangelis Banos", email="vangelis@archive.org" },
|
||||
{ name="Adam Miller", email="adam@archive.org" },
|
||||
{ name="Barbara Miller", email="barbara@archive.org" },
|
||||
{ name="Alex Dempsey", email="avdempsey@archive.org" },
|
||||
]
|
||||
description = "WARC writing MITM HTTP/S proxy"
|
||||
readme = "README.rst"
|
||||
requires-python = ">=3.8"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
dynamic = [ "version", "license", "scripts", "dependencies", "optional-dependencies" ]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/internetarchive/warcprox"
|
||||
Issues = "https://github.com/internetarchive/warcprox/issues"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
Loading…
x
Reference in New Issue
Block a user