Skip to content

Commit 3de3e4a

Browse files
committed
Updated pyproject.toml to fix deprecation warnings.
1 parent ff4588c commit 3de3e4a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Immanuel's output is currently available in the following locales / languages:
2222
* **es_ES:** Spanish
2323
* **de_DE:** German
2424

25-
See [here](https://github.com/theriftlab/immanuel-python/tree/v1.5.0/docs/5-settings.md#locale) for details on how to switch. The documentation itself is not currently available in other translations. To contribute in-software translations, see [here](https://github.com/theriftlab/immanuel-python/tree/v1.5.0/docs/7-contributions.md).
25+
See [here](https://github.com/theriftlab/immanuel-python/tree/v1.5.2/docs/5-settings.md#locale) for details on how to switch. The documentation itself is not currently available in other translations. To contribute in-software translations, see [here](https://github.com/theriftlab/immanuel-python/tree/v1.5.2/docs/7-contributions.md).
2626

2727
## Documentation
2828

29-
Full documentation is available [here](https://github.com/theriftlab/immanuel-python/tree/v1.5.0/docs/0-contents.md), or follow the Quick Start below to see how to quickly generate a natal chart.
29+
Full documentation is available [here](https://github.com/theriftlab/immanuel-python/tree/v1.5.2/docs/0-contents.md), or follow the Quick Start below to see how to quickly generate a natal chart.
3030

3131
## Quick Start
3232

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "immanuel"
7-
version = "1.5.0"
7+
version = "1.5.2"
88
description = "Quickly produce both human-readable and JSON-formatted astrology chart data based on the Swiss Ephemeris and astro.com."
99
authors = [
1010
{ name = "Robert Davies", email = "robert@theriftlab.com" },
1111
]
12-
license = { file = "LICENSE.md" }
12+
license-files = ["LICENSE.md"]
1313
readme = "README.md"
1414
keywords = ["astrology", "api", "pyswisseph", "swisseph", "swiss ephemeris", "astro.com", "astro gold"]
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
17-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1817
"Operating System :: OS Independent",
1918
]
2019
requires-python = ">=3.10"

0 commit comments

Comments
 (0)