Skip to content

Commit

Permalink
include solvents.csv in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dswigh committed Aug 1, 2023
1 parent 9c6e520 commit d99a6f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="orderly",
version="0.1.4",
version="0.1.5",
description="A wrapper for downloading ORD-schema data, extracting and cleaning the data",
license="MIT",
long_description_content_type="text/markdown",
Expand All @@ -18,4 +18,5 @@
"Alexei A. Lapkin <[email protected]>",
],
packages=find_packages(),
package_data={"orderly": ["data/solvents.csv"]},
)

0 comments on commit d99a6f6

Please sign in to comment.