subfolders not needed

This commit is contained in:
Martin Diehl 2019-11-22 12:54:55 +01:00
parent 77e410d7d1
commit dac63f7d92
3 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,7 @@
import os
with open(os.path.join(os.path.dirname(__file__),'VERSION')) as f:
version = f.readline()[1:-1]
version = f.readline()[1:-1]
name = 'damask'

View File

@ -1,3 +0,0 @@
"""Test functionality."""
from .test import Test # noqa