Skip to content

Commit

Permalink
installation: Update authors field and tie version and proj descripti…
Browse files Browse the repository at this point in the history
…on to pixi.toml file for single source of truth
  • Loading branch information
JuLieAlgebra committed Mar 12, 2024
1 parent 38b4d53 commit a235d11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@

setup(
name="icedyno",
version="0.1.0",
description="",
author="",
version=pixi_config["project"]["version"],
description=pixi_config["project"]["description"],
author="Julieanna Bacon, Soolu Thomas, Brendon Gory, Matthew Thanos, Ruchi Asthana",
packages=find_packages(),
install_requires=install_requires,
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
],
python_requires=">=3.6",
python_requires=">=3.8",
)

0 comments on commit a235d11

Please sign in to comment.