Skip to content

Commit

Permalink
Explicitly include .mo files.
Browse files Browse the repository at this point in the history
  • Loading branch information
theriftlab committed Apr 16, 2024
1 parent cfad284 commit d08d781
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
global-include *.se1
global-include *.se1 *.mo
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Simply pass in a date and coordinates to one of the available chart classes, and

## Documentation

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.
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.

## Translations

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

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).
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).

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion 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 = "immanuel"
version = "1.3.1"
version = "1.3.2"
description = "Quickly produce both human-readable and JSON-formatted astrology chart data based on the Swiss Ephemeris and astro.com."
authors = [
{ name = "Robert Davies", email = "[email protected]" },
Expand Down

0 comments on commit d08d781

Please sign in to comment.