Skip to content

Commit

Permalink
Merge pull request #43 from oleksiyVeretiuk/master
Browse files Browse the repository at this point in the history
Add extras_requires
  • Loading branch information
leits committed May 24, 2018
2 parents 1fd2019 + 18736a4 commit 614834c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -17,6 +17,8 @@
'openregistry.assets.core'
]

test_requires = requires + []

docs_requires = requires + [
'sphinxcontrib-httpdomain',
]
Expand All @@ -40,7 +42,7 @@
namespace_packages=['openregistry', 'openregistry.assets'],
include_package_data=True,
zip_safe=False,
extras_require={'docs': docs_requires},
extras_require={'docs': docs_requires, 'test': test_requires},
install_requires=requires,
entry_points=entry_points,
)

0 comments on commit 614834c

Please sign in to comment.