Fix readme filename in setup.py

This commit is contained in:
Matt Fox 2011-05-12 13:49:22 -07:00
parent 392252d963
commit e816d9a802
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.so
build/
dist/

View File

@ -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",