diff --git a/.gitignore b/.gitignore index 1691d79..325a3ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.so build/ +dist/ diff --git a/setup.py b/setup.py index 6cb1ac0..f7116c6 100644 --- a/setup.py +++ b/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",