mirror of
https://github.com/nikdoof/django-eveigb.git
synced 2025-12-17 19:49:22 +00:00
Tidy up setup.py
This commit is contained in:
17
setup.py
17
setup.py
@@ -1,15 +1,14 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
from eveigb import str_version
|
||||
|
||||
setup(name = "django-eveigb",
|
||||
version = str_version,
|
||||
description = "Django library/application for making use of EVE's In-Game Browser",
|
||||
author = "Andrew Williams",
|
||||
author_email = "matalok@pleaseignore.com",
|
||||
url = "https://github.com/nikdoof/django-eveigb",
|
||||
keywords = "eveonline django igb",
|
||||
packages = ['eveigb',],
|
||||
setup(name="django-eveigb",
|
||||
version=str_version,
|
||||
description="Django library/application for making use of EVE's In-Game Browser",
|
||||
author="Andrew Williams",
|
||||
author_email="matalok@pleaseignore.com",
|
||||
url="https://github.com/nikdoof/django-eveigb",
|
||||
keywords="eveonline django igb",
|
||||
packages=['eveigb'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user