Skip to content

Commit b14975f

Browse files
committed
Use only MANIFEST.in
1 parent 94eafad commit b14975f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MANIFEST.in

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
include CHANGELOG.md
12
recursive-include notebooker/web/templates *
2-
recursive-include notebooker/web/static *
3+
recursive-include notebooker/web/static *
4+
recursive-include notebooker *.tpl

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def get_long_description():
4545
license="AGPLv3",
4646
url="https://github.com/man-group/notebooker",
4747
packages=find_packages(exclude=["tests", "tests.*", "benchmarks"]),
48-
package_data={'': ["CHANGELOG.md", "**/*.tpl"]},
4948
setup_requires=["six", "numpy"],
5049
python_requires=">=3.5",
5150
zip_safe=False,

0 commit comments

Comments
 (0)