Skip to content

Commit c002c90

Browse files
committed
Add MANIFEST.in
1 parent 2fb757a commit c002c90

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include README.md
2+
include LICENSE

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
packages=['hathitrust_api'],
15+
include_package_data=True,
1516
install_requires=[
1617
'requests',
1718
'requests-oauthlib'

0 commit comments

Comments
 (0)