Skip to content

Commit

Permalink
Merge pull request monocongo#496 from monocongo/issue_489_new_version
Browse files Browse the repository at this point in the history
New version added to PyPI
  • Loading branch information
monocongo authored Jan 12, 2023
2 parents 331a13f + e3b243d commit 7f9ad05
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[build-system]
# These are the assumed default build requirements from pip:
# https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
requires = ['setuptools>=40.8.0', 'wheel']
requires = ['setuptools>=61.0', 'wheel']
build-backend = 'setuptools.build_meta'

[project]
name = 'climate_indices'
version = '1.0.12'
version = '1.0.13'
description = 'Reference implementations of various climate indices typically used for drought monitoring'
readme = 'README.md'
requires-python = '>=3.7'
requires-python = '>=3.7, <3.11'
classifiers = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down Expand Up @@ -39,3 +40,7 @@ universal = true
[project.scripts]
process_climate_indices = 'climate_indices.__main__:main'
spi = 'climate_indices.__spi__:main'

[project.urls]
'Homepage' = 'https://github.com/monocongo/climate_indices'
'Bug Tracker' = 'https://github.com/monocongo/climate_indices/issues'

0 comments on commit 7f9ad05

Please sign in to comment.