mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
setup.py docs, Sphinx dep
This commit is contained in:
@@ -3,6 +3,7 @@ zip_ok = false
|
||||
|
||||
[aliases]
|
||||
dev = develop easy_install letsencrypt[testing]
|
||||
docs = develop easy_install letsencrypt[docs]
|
||||
|
||||
[nosetests]
|
||||
nocapture=1
|
||||
|
||||
@@ -12,6 +12,10 @@ install_requires = [
|
||||
'requests',
|
||||
]
|
||||
|
||||
docs_extras = [
|
||||
'Sphinx',
|
||||
]
|
||||
|
||||
testing_extras = [
|
||||
'coverage',
|
||||
'nose',
|
||||
@@ -36,6 +40,7 @@ setup(
|
||||
tests_require=install_requires,
|
||||
test_suite='letsencrypt',
|
||||
extras_require={
|
||||
'docs': docs_extras,
|
||||
'testing': testing_extras,
|
||||
},
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user