Skip to content

Commit

Permalink
ask setuptools to include data files
Browse files Browse the repository at this point in the history
  • Loading branch information
hegdevinayi committed Dec 8, 2020
1 parent ea1c7de commit d825a27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
author_email="[email protected]",
packages=find_packages(where="src"),
package_dir={"": "src"},
include_package_data=True,
install_requires=["six", "numpy", "ase <= 3.17"],
entry_points={"console_scripts": ["dftinputgen = dftinputgen.cli:driver"]},
classifiers=[
Expand Down

0 comments on commit d825a27

Please sign in to comment.