mirror of
https://github.com/nikdoof/evestandings.git
synced 2025-12-13 03:02:16 +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 standings import __version__
|
||||
|
||||
|
||||
setup(name="standings",
|
||||
version=__version__,
|
||||
description="EVE API Standings Page Generator",
|
||||
@@ -20,5 +20,11 @@ setup(name="standings",
|
||||
classifiers=[
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Development Status :: 3 - Alpha',
|
||||
]
|
||||
],
|
||||
install_requirements=[
|
||||
'eveapi',
|
||||
'ordereddict',
|
||||
'jinja2',
|
||||
'argparse',
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user