Skip to content

Commit

Permalink
Merge pull request #36 from GES-lbabetto/main
Browse files Browse the repository at this point in the history
fixed package_data not being updated for code refactoring
  • Loading branch information
lbabetto authored May 2, 2022
2 parents a73afa4 + ccd79b4 commit 1574013
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "GES-comp-echem" %}
{% set version = "0.1.25a" %}
{% set version = "0.1.26a" %}



Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

setuptools.setup(
name="GES-comp-echem",
version="0.1.25a",
version="0.1.26a",
description="",
long_description="",
packages=["compechem"],
package_data={"compechem": ["modules/*",],},
package_data={"compechem": ["algorithms/*","calculators/*","functions/*"],},
install_requires=[],
)

0 comments on commit 1574013

Please sign in to comment.