Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
phamquiluan committed Aug 10, 2024
1 parent 1619cfd commit d6c8853
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@
with open("requirements_rcd.lock") as f:
rcd_requirements = f.read().splitlines()

with open("README.md", encoding="utf-8") as f:
long_description = f.read()

setup(
name="RCAEval",
version="0.0.4",
packages=["RCAEval"],
include_package_data=True,
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[],
extras_require={"rcd": rcd_requirements, "dev": requirements},
)

0 comments on commit d6c8853

Please sign in to comment.