Skip to content

Commit 14bee32

Browse files
authored
Merge pull request #6 from CitrineInformatics/hotfix/add-datafiles
Hotfix: add datafiles to distribution
2 parents ea1c7de + 7ac84da commit 14bee32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
author_email="[email protected]",
2121
packages=find_packages(where="src"),
2222
package_dir={"": "src"},
23+
include_package_data=True,
2324
install_requires=["six", "numpy", "ase <= 3.17"],
2425
entry_points={"console_scripts": ["dftinputgen = dftinputgen.cli:driver"]},
2526
classifiers=[

src/dftinputgen/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

0 commit comments

Comments
 (0)