Added MANIFEST.in

This commit is contained in:
Rhet Turnbull 2020-03-14 09:10:05 -07:00
parent 1f13ba837f
commit 279ab36929
2 changed files with 3 additions and 0 deletions

2
MANIFEST.in Normal file
View File

@ -0,0 +1,2 @@
include README.md
include osxphotos/templates/*

View File

@ -63,4 +63,5 @@ setup(
],
install_requires=["pyobjc>=6.0.1", "Click>=7", "PyYAML>=5.1.2", "Mako>=1.1.1"],
entry_points={"console_scripts": ["osxphotos=osxphotos.__main__:cli"]},
include_package_data=True,
)