Skip to content

Commit

Permalink
Duplicate information for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Mar 29, 2024
1 parent 15ec372 commit 3ec50df
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions environment_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ dependencies:
- build
- meson
- ninja
- twine
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
authors = []
requires-python = ">=3.8"
readme="README.rst"
description=""
description="Python/Fortran toolkit for representation of molecules and solids for machine learning of properties of molecules and solids."
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
Expand Down
14 changes: 13 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,16 @@

if __name__ == "__main__":
_compile.main()
setup()
setup(
description="Python/Fortran toolkit for representation of molecules and solids for machine learning of properties of molecules and solids.",
classifiers=[
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Chemistry",
],
keywords=["qml", "quantum chemistry", "machine learning"],
)
2 changes: 1 addition & 1 deletion src/qmllib/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 3ec50df

Please sign in to comment.