Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Sep 27, 2024
1 parent 44a80dd commit b6d66e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions pycrires/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

__author__ = 'Tomas Stolker'
__license__ = 'MIT'
__version__ = '0.3.3'
__version__ = '0.3.4'
__maintainer__ = 'Tomas Stolker'
__email__ = '[email protected]'
__status__ = 'Development'
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pycrires"
version = "0.3.3"
version = "0.3.4"
authors = [
{name = "Tomas Stolker", email = "[email protected]"},
{name = "Rico Landman", email = "[email protected]"},
Expand All @@ -19,14 +19,12 @@ classifiers = [
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Astronomy",
]
dynamic = ["dependencies"]

[project.urls]
Documentation = "https://pycrires.readthedocs.io"
Repository = "https://github.com/tomasstolker/pycrires"
Issues = "https://github.com/tomasstolker/pycrires/issues"

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[tool.setuptools.package-data]
example = ["*.txt", "*.dat"]
dependencies = {file = "requirements.txt"}

0 comments on commit b6d66e7

Please sign in to comment.