diff --git a/setup.cfg b/setup.cfg index 621f0e70feba8c7213bb1ae5dc732e8c74958449..70a69cd1576a2714ed284e74473220cea19671ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,9 +8,7 @@ description = Linked Data Platform interface for Django Rest Framework license = MIT [options] -packages = - djangoldp - djangoldp.migrations +packages = find: setup_requires = django~=1.11 install_requires = @@ -19,6 +17,10 @@ install_requires = pyld django-guardian +[options.extras_require] +dev = + factory_boy>=2.11.0 + [semantic_release] version_source = tag version_variable = djangoldp/__init__.py:__version__