Skip to content

Commit e816d9a

Browse files
author
Matt Fox
committed
Fix readme filename in setup.py
1 parent 392252d commit e816d9a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.so
22
build/
3+
dist/

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
license="BSD",
2828
author="Matthew Fox",
2929
author_email="matthew@kerkhofftech.ca",
30-
url="https://github.com/kti/python-netfilter_queue",
30+
url="https://github.com/kti/python-netfilterqueue",
3131
description="Python bindings for libnetfilter_queue",
32-
long_description=open("README.txt").read(),
32+
long_description=open("README.rst").read(),
3333
download_url="http://pypi.python.org/packages/source/N/NetfilterQueue/NetfilterQueue-%s.tar.gz" % VERSION,
3434
classifiers = [
3535
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)