From 124adddceed785f7bbe907c7a7043619509d5b02 Mon Sep 17 00:00:00 2001
From: Markus Scheidgen <markus.scheidgen@gmail.com>
Date: Tue, 25 Sep 2018 16:33:38 +0200
Subject: [PATCH] Fixed setup.

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index d5193d8..0885b41 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
-from setuptools import setup
+from setuptools import setup, find_packages
 
 
 def main():
@@ -22,7 +22,7 @@ def main():
         description='NOMAD parser implementation for VASP.',
         author='Fawzi Mohamed, Lauri Himanen, Danio Brambila, Ankit Kariryaa, Henning Glawe',
         license='APACHE 2.0',
-        package='vaspparser',
+        packages=find_packages(),
         install_requires=[
             'nomadcore'
         ],
-- 
GitLab