Skip to content

Commit 6a8fb21

Browse files
committed
set up pypi release workflow
1 parent 8a40709 commit 6a8fb21

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MANIFEST.in

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

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
setup(
99
name='litewebagent',
1010
packages=find_packages(),
11+
long_description=open('README.md').read(),
12+
long_description_content_type='text/markdown',
1113
include_package_data=True,
1214
author='Danqing Zhang',
1315
author_email='danqing.zhang.personal@gmail.com',

0 commit comments

Comments
 (0)