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,
|
||||
name="jandd.sphinxext.ip",
|
||||
namespace_packages=['jandd', 'jandd.sphinxext'],
|
||||
install_requires=['Sphinx>=1.4', 'ipcalc>=1.99'],
|
||||
packages=find_packages(),
|
||||
version=version,
|
||||
keywords="sphinx extension IP",
|
||||
license="GPLv3+",
|
||||
classifiers=[
|
||||
"Development Status :: 2 - Pre-Alpha",
|
||||
"Development Status :: 4 - Beta",
|
||||
"Framework :: Sphinx :: Extension",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
Loading…
Reference in a new issue