mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Define dev extra
This commit is contained in:
parent
00d66d5229
commit
b9efadce45
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ if sys.platform == 'win32':
|
|||
# problem at build time or run time with python-augeas
|
||||
packages = []
|
||||
install_requires = []
|
||||
extra_require = {}
|
||||
extra_require = {'dev': []}
|
||||
entry_points = {}
|
||||
else:
|
||||
packages = find_packages()
|
||||
|
|
|
|||
Loading…
Reference in a new issue