-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ PrettyTable | |
netifaces | ||
ipaddress | ||
pyroute2 | ||
py-mld==1.0.2 | ||
igmp==1.0.2 | ||
py-mld==1.0.3 | ||
igmp==1.0.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
long_description=open("README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
keywords="PIM-DM Multicast Routing Protocol PIM Dense-Mode Router RFC3973 IPv4 IPv6", | ||
version="1.3.5", | ||
version="1.4.0", | ||
url="http://github.com/pedrofran12/pim_dm", | ||
author="Pedro Oliveira", | ||
author_email="[email protected]", | ||
|
@@ -22,8 +22,8 @@ | |
'netifaces', | ||
'ipaddress', | ||
'pyroute2', | ||
'py-mld==1.0.2', | ||
'igmp==1.0.2', | ||
'py-mld==1.0.3', | ||
'igmp==1.0.4', | ||
], | ||
packages=find_packages(exclude=["docs"]), | ||
ext_modules = [Extension( | ||
|
@@ -56,6 +56,7 @@ | |
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
], | ||
python_requires=">=3.3", | ||
) |