v0.0.13
This commit is contained in:
parent
3754cca41f
commit
22586e3cdf
2 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
__version__ = "0.0.13a"
|
__version__ = "0.0.13"
|
||||||
__name__ = "aioupnp"
|
|
||||||
__author__ = "Jack Robison"
|
__author__ = "Jack Robison"
|
||||||
__maintainer__ = "Jack Robison"
|
__maintainer__ = "Jack Robison"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -24,8 +24,6 @@ setup(
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python :: 3 :: Only",
|
|
||||||
"Programming Language :: Python :: 3.6",
|
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Topic :: System :: Networking",
|
"Topic :: System :: Networking",
|
||||||
"Topic :: Communications :: File Sharing"
|
"Topic :: Communications :: File Sharing"
|
||||||
|
|
Loading…
Reference in a new issue