Skip to content

Commit

Permalink
toggle setup
Browse files Browse the repository at this point in the history
  • Loading branch information
corinwagen committed Nov 30, 2023
1 parent 0e3764e commit 912ba95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
packages=["cctk", "cctk.data", "cctk.groups"],
# include_package_data=True,
package_data={"cctk.data": ["*"], "cctk.groups": ["*"],},
version="v0.2.18",
version="v0.2.19",
license="Apache 2.0",
description="computational chemistry toolkit",
author="Corin Wagen and Eugene Kwan",
author_email="[email protected]",
url="https://github.com/ekwan/cctk",
download_url="https://github.com/ekwan/cctk/archive/v0.2.18.tar.gz",
download_url="https://github.com/ekwan/cctk/archive/v0.2.19.tar.gz",
install_requires=["numpy", "networkx", "importlib_resources", "scipy", "pyahocorasick", "basis_set_exchange", "pyyaml"],
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 912ba95

Please sign in to comment.