Skip to content

Commit 0f6a555

Browse files
author
Ngoc Bui
committed
add manifest.in
1 parent bb5ba4f commit 0f6a555

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include README.md
2+
include LICENSE
3+
include requirements.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
long_description_content_type="text/markdown",
2020
author_email='[email protected]',
2121
project_urls=PROJECT_URLS,
22-
version='0.0.2',
22+
version='0.0.3',
2323
packages=find_packages(),
2424
install_requires=install_requires,
2525
python_requires='>=3.6')

0 commit comments

Comments
 (0)