Add install_requires and declare beta status
This commit is contained in:
parent
39f62dc843
commit
fc1fae8f37
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -17,12 +17,13 @@ setup(
|
||||||
description=description,
|
description=description,
|
||||||
name="jandd.sphinxext.ip",
|
name="jandd.sphinxext.ip",
|
||||||
namespace_packages=['jandd', 'jandd.sphinxext'],
|
namespace_packages=['jandd', 'jandd.sphinxext'],
|
||||||
|
install_requires=['Sphinx>=1.4', 'ipcalc>=1.99'],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
version=version,
|
version=version,
|
||||||
keywords="sphinx extension IP",
|
keywords="sphinx extension IP",
|
||||||
license="GPLv3+",
|
license="GPLv3+",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 2 - Pre-Alpha",
|
"Development Status :: 4 - Beta",
|
||||||
"Framework :: Sphinx :: Extension",
|
"Framework :: Sphinx :: Extension",
|
||||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
|
Loading…
Reference in a new issue