Added missing package data

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2018-07-18 16:53:48 +02:00
parent 828a9f1ec0
commit 5ba1e12e68
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ setup(
namespace_packages=["twomartens"],
packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
package_dir={'': 'src'},
package_data={
'twomartens.calendarsync': ['event_template.markdown'],
},
entry_points={
"console_scripts": ['tm-calendarsync = twomartens.calendarsync.calendarsync:main']
},