Add __init__.py

Needed for setuptools.find_packages().
Maybe not the best solution..?
This commit is contained in:
Simon Segerblom Rex 2019-05-20 20:17:51 +02:00
parent a09704fe77
commit 1f00dedbfb
2 changed files with 1 additions and 1 deletions

0
pdflayers/__init__.py Normal file
View File

View File

@ -10,7 +10,7 @@ def _readme():
setuptools.setup(
name='pdflayers',
version='0.1.0',
version='0.1.1',
author='Simon Segerblom Rex',
description='PDF layer handling.',
long_description=_readme(),