Skip to content

Commit 5ea087f

Browse files
committed
Add missing fields to setup.py
1 parent 9bc14a0 commit 5ea087f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
name=__pkgname__,
1616
version=__version__,
1717
description="Python bindings for iptables",
18+
long_description="Python bindings for classic iptables",
19+
long_description_content_type="text/x-rst",
1820
author="Vilmos Nebehaj",
1921
author_email="v.nebehaj@gmail.com",
2022
url="https://github.com/ldx/python-iptables",

0 commit comments

Comments
 (0)