This website requires JavaScript.
Explore
Help
Sign In
marvin.weiler
/
python-netfilterqueue
Watch
1
Star
0
Fork
You've already forked python-netfilterqueue
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ddbc12a6ab
python-netfilterqueue
/
pyproject.toml
4 lines
90 B
TOML
Raw
Normal View
History
Unescape
Escape
Misc CI and packaging updates - Add a pyproject.toml - Run black on Python code - Do a basic smoke test on Python 2.7, even though our test suite doesn't work there - Don't check in `netfilterqueue.c`, but do include it in the sdist
2022-01-13 02:32:09 +01:00
[
build-system
]
Release v0.9.0
2022-01-13 04:15:53 +01:00
requires
=
[
"setuptools"
,
"wheel"
]
Misc CI and packaging updates - Add a pyproject.toml - Run black on Python code - Do a basic smoke test on Python 2.7, even though our test suite doesn't work there - Don't check in `netfilterqueue.c`, but do include it in the sdist
2022-01-13 02:32:09 +01:00
build-backend
=
"setuptools.build_meta"