Skip to content

Commit

Permalink
setuptools added
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Oct 8, 2024
1 parent e3066ae commit 1611504
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ black
isort
pre-commit
pytest
pytest-datadir
pytest-datadir
setuptools
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ numpy
defusedxml
pyarrow
duckdb
rdflib
rdflib
setuptools
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def get_version(rel_path):
"pyarrow",
"duckdb",
"rdflib",
"setuptools",
],
entry_points={"console_scripts": ["parse_sdrf = sdrf_pipelines.parse_sdrf:main"]},
platforms=["any"],
Expand Down

0 comments on commit 1611504

Please sign in to comment.