From d825a27b6fb8c572fa41e5ceaa81619a429e379f Mon Sep 17 00:00:00 2001 From: Vinay Hegde Date: Mon, 7 Dec 2020 21:11:34 -0800 Subject: [PATCH 1/2] ask setuptools to include data files --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3996cd5..794b1bb 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ author_email="vhegde@citrine.io", 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=[ From 7ac84dac1a2b4f40f6283e9f14159cf322a0d849 Mon Sep 17 00:00:00 2001 From: Vinay Hegde Date: Mon, 7 Dec 2020 21:14:21 -0800 Subject: [PATCH 2/2] version bump --- src/dftinputgen/VERSION.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dftinputgen/VERSION.txt b/src/dftinputgen/VERSION.txt index 17e51c3..d917d3e 100644 --- a/src/dftinputgen/VERSION.txt +++ b/src/dftinputgen/VERSION.txt @@ -1 +1 @@ -0.1.1 +0.1.2