add url to setup.py
This commit is contained in:
parent
da85a45b02
commit
a83ed0b01a
2 changed files with 3 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -17,7 +17,9 @@ setup(
|
||||||
author=__author__,
|
author=__author__,
|
||||||
author_email=__email__,
|
author_email=__email__,
|
||||||
description="UPnP for twisted",
|
description="UPnP for twisted",
|
||||||
|
keywords="upnp twisted",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
url="https://github.com/lbryio/txupnp",
|
||||||
license=__license__,
|
license=__license__,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
entry_points={'console_scripts': console_scripts},
|
entry_points={'console_scripts': console_scripts},
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "0.0.1a5"
|
__version__ = "0.0.1a6"
|
||||||
__name__ = "txupnp"
|
__name__ = "txupnp"
|
||||||
__author__ = "Jack Robison"
|
__author__ = "Jack Robison"
|
||||||
__maintainer__ = "Jack Robison"
|
__maintainer__ = "Jack Robison"
|
||||||
|
|
Loading…
Reference in a new issue