Skip to content

Commit dad8d1a

Browse files
author
chrisjonesBSU
committed
fix setup.py to install all modules
1 parent 6e2c173 commit dad8d1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flowermd/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (1, 0, 0)
1+
VERSION = (1, 1, 1)
22

33
__version__ = ".".join(map(str, VERSION))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def run(self):
8888
),
8989
package_data={
9090
"flowermd": [
91-
"modules/*",
91+
"modules/**",
9292
"library/**",
9393
"assets/forcefields/*",
9494
"assets/molecule_files/*",

0 commit comments

Comments
 (0)