Skip to content

Commit

Permalink
Merge pull request #7 from delta-mpc/0.5.1
Browse files Browse the repository at this point in the history
add long description to setup.py to pass build check
  • Loading branch information
mh739025250 authored May 12, 2022
2 parents 700fc05 + b933aea commit 279ae9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def run_tests(self):
setup(
name="delta-task",
version="0.5.1",
license_files=("LICENSE"),
packages=find_packages(),
include_package_data=True,
exclude_package_data={"": [".gitignore"]},
Expand All @@ -53,4 +54,6 @@ def run_tests(self):
description="delta framework",
python_requires=">=3.6",
url="https://github.com/delta-mpc/delta",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
)

0 comments on commit 279ae9b

Please sign in to comment.