diff --git a/aioupnp/__init__.py b/aioupnp/__init__.py index 4f107a6..0086795 100644 --- a/aioupnp/__init__.py +++ b/aioupnp/__init__.py @@ -1,5 +1,4 @@ -__version__ = "0.0.13a" -__name__ = "aioupnp" +__version__ = "0.0.13" __author__ = "Jack Robison" __maintainer__ = "Jack Robison" __license__ = "MIT" diff --git a/setup.py b/setup.py index 39bfa9b..9eff28d 100644 --- a/setup.py +++ b/setup.py @@ -24,8 +24,6 @@ setup( "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", - "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: System :: Networking", "Topic :: Communications :: File Sharing"