Skip to content

Commit

Permalink
adding json package data
Browse files Browse the repository at this point in the history
  • Loading branch information
pstjohn committed Nov 21, 2022
1 parent 5735cc2 commit 346b218
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ install_requires =
graphenv
rdkit
nfp

[options.package_data]
"": ["*.json"],

[options.extras_require]
dev =
Expand All @@ -37,4 +40,4 @@ USE_TABS = False

[flake8]
max-line-length = 88
extend-ignore = E203
extend-ignore = E203

0 comments on commit 346b218

Please sign in to comment.