From 8c84ef414be5cb24e5a3a2a36e05158361cf7fbd Mon Sep 17 00:00:00 2001
From: u214892 <u214892@sbb.ch>
Date: Wed, 12 Jun 2019 15:53:26 +0200
Subject: [PATCH] #57 PILSvg from resource

---
 MANIFEST.in          | 2 +-
 flatland/__init__.py | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 60c8cd7a..e13d8ac4 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,7 +8,7 @@ include requirements_dev.txt
 
 
 graft svg
-graft env-data
+graft env_data
 
 
 recursive-include tests *
diff --git a/flatland/__init__.py b/flatland/__init__.py
index e69de29b..b0399d2a 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -0,0 +1,7 @@
+# -*- coding: utf-8 -*-
+
+"""Top-level package for flatland."""
+
+__author__ = """S.P. Mohanty"""
+__email__ = 'mohanty@aicrowd.com'
+__version__ = '0.1.1'
-- 
GitLab