We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392252d commit e816d9aCopy full SHA for e816d9a
.gitignore
@@ -1,2 +1,3 @@
1
*.so
2
build/
3
+dist/
setup.py
@@ -27,9 +27,9 @@
27
license="BSD",
28
author="Matthew Fox",
29
author_email="matthew@kerkhofftech.ca",
30
- url="https://github.com/kti/python-netfilter_queue",
+ url="https://github.com/kti/python-netfilterqueue",
31
description="Python bindings for libnetfilter_queue",
32
- long_description=open("README.txt").read(),
+ long_description=open("README.rst").read(),
33
download_url="http://pypi.python.org/packages/source/N/NetfilterQueue/NetfilterQueue-%s.tar.gz" % VERSION,
34
classifiers = [
35
"Development Status :: 4 - Beta",
0 commit comments