mirror of
https://github.com/nikdoof/evestandings.git
synced 2025-12-18 12:49:20 +00:00
Added requirements to setup.py
This commit is contained in:
10
setup.py
10
setup.py
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
from standings import __version__
|
from standings import __version__
|
||||||
|
|
||||||
setup(name="standings",
|
setup(name="standings",
|
||||||
version=__version__,
|
version=__version__,
|
||||||
description="EVE API Standings Page Generator",
|
description="EVE API Standings Page Generator",
|
||||||
@@ -20,5 +20,11 @@ setup(name="standings",
|
|||||||
classifiers=[
|
classifiers=[
|
||||||
'License :: OSI Approved :: BSD License',
|
'License :: OSI Approved :: BSD License',
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
]
|
],
|
||||||
|
install_requirements=[
|
||||||
|
'eveapi',
|
||||||
|
'ordereddict',
|
||||||
|
'jinja2',
|
||||||
|
'argparse',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user