Skip to content

Commit d08d781

Browse files
committed
Explicitly include .mo files.
1 parent cfad284 commit d08d781

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
global-include *.se1
1+
global-include *.se1 *.mo

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Simply pass in a date and coordinates to one of the available chart classes, and
1515

1616
## Documentation
1717

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

2020
## Translations
2121

@@ -25,7 +25,7 @@ Immanuel is currently available in the following locales / languages:
2525
* **pt_BR:** Brazilian Portuguese
2626
* Coming soon: Spanish translation
2727

28-
See [the documentation](https://github.com/theriftlab/immanuel-python/tree/v1.3.1/docs/5-settings.md#locale) on how to switch. The documentation itself is not currently available in other translations. To contribute translations, see [below](#contributions).
28+
See [the documentation](https://github.com/theriftlab/immanuel-python/tree/v1.3.2/docs/5-settings.md#locale) on how to switch. The documentation itself is not currently available in other translations. To contribute translations, see [below](#contributions).
2929

3030
## Quick Start
3131

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "immanuel"
7-
version = "1.3.1"
7+
version = "1.3.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" },

0 commit comments

Comments
 (0)