Skip to content

Commit

Permalink
upd setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Nov 3, 2023
1 parent 6d974ee commit 929054b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
include_package_data=True,
package_data = { "charcoal": ["Snakefile", "*.yml", "*.ipynb"] },
setup_requires = [ "setuptools>=68.2.2" ]
setup_requires = [ "setuptools>=68.2.2" ],
install_requires = ['snakemake==7.32.4', 'click>=7,<8']
)

0 comments on commit 929054b

Please sign in to comment.