Fix readme filename in setup.py
This commit is contained in:
parent
392252d963
commit
e816d9a802
|
@ -1,2 +1,3 @@
|
|||
*.so
|
||||
build/
|
||||
dist/
|
||||
|
|
4
setup.py
4
setup.py
|
@ -27,9 +27,9 @@ setup(
|
|||
license="BSD",
|
||||
author="Matthew Fox",
|
||||
author_email="matthew@kerkhofftech.ca",
|
||||
url="https://github.com/kti/python-netfilter_queue",
|
||||
url="https://github.com/kti/python-netfilterqueue",
|
||||
description="Python bindings for libnetfilter_queue",
|
||||
long_description=open("README.txt").read(),
|
||||
long_description=open("README.rst").read(),
|
||||
download_url="http://pypi.python.org/packages/source/N/NetfilterQueue/NetfilterQueue-%s.tar.gz" % VERSION,
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
|
|
Loading…
Reference in New Issue