Skip to content

Commit

Permalink
Merge pull request #6 from CitrineInformatics/hotfix/add-datafiles
Browse files Browse the repository at this point in the history
Hotfix: add datafiles to distribution
  • Loading branch information
hegdevinayi authored Dec 8, 2020
2 parents ea1c7de + 7ac84da commit 14bee32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion src/dftinputgen/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2

0 comments on commit 14bee32

Please sign in to comment.