Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
venvis authored Jul 6, 2024
1 parent 66c5ad1 commit a9ea1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellar/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages, setup
from pathlib import Path

p = Path("README.md")
p = Path("cellar/README.md")
long_descr = p.read_text()

setup(
Expand Down

0 comments on commit a9ea1d6

Please sign in to comment.