Skip to content

Commit

Permalink
set up pypi release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IBMC265 committed Sep 24, 2024
1 parent 8a40709 commit 6a8fb21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include requirements.txt
include requirements.txt
include README.md
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
setup(
name='litewebagent',
packages=find_packages(),
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
include_package_data=True,
author='Danqing Zhang',
author_email='[email protected]',
Expand Down

0 comments on commit 6a8fb21

Please sign in to comment.