From a4deb006e64c458873cfed69747f992ba7152c41 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20M=C3=A9rigot?= <nicolas.merigot@gmail.com>
Date: Thu, 10 Jan 2019 12:18:57 +0100
Subject: [PATCH] fix: add a dev flavor

---
 setup.cfg | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 621f0e70..70a69cd1 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__
-- 
GitLab