diff --git a/plexy/__init__.py b/plexy/__init__.py index 82addac..a10d889 100644 --- a/plexy/__init__.py +++ b/plexy/__init__.py @@ -5,7 +5,7 @@ __short_version__ = '.'.join(__version__.split('.')[:2]) __author__ = metadata.metadata(__package__)['author'] __license__ = metadata.metadata(__package__)['license'] -__url__ = metadata.metadata(__package__).get('home_page', 'https://github.com/ratoaq2/plexy') +__url__ = 'https://github.com/ratoaq2/plexy' del metadata