Skip to content

Commit d02c795

Browse files
authored
Update setup.py
1 parent 7d425ce commit d02c795

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
with open(path.join(here, "README.md"), encoding="utf-8") as f:
1212
long_description = f.read()
1313

14+
with open(path.join(here,"requirements.txt")) as f:
15+
requirements = f.read().splitlines()
16+
1417
setup(
1518
name="""ckanext-csvwmapandtransform""",
1619
# Versions should comply with PEP440. For a discussion on single-sourcing
@@ -20,6 +23,7 @@
2023
description="""Extension automatically generating csvw metadata for uploaded textual tabular data.""",
2124
long_description=long_description,
2225
long_description_content_type="text/markdown",
26+
install_requires=requirements,
2327
# The project's main homepage.
2428
url="https://github.com/Mat-O-Lab/ckanext-csvwmapandtransform",
2529
# Author details

0 commit comments

Comments
 (0)