-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,18 +5,21 @@ | |
SUPPORTED_DJANGO_VERSIONS, | ||
SUPPORTED_PYTHON_VERSIONS, | ||
) | ||
from ambient_package_update.metadata.maintainer import PackageMaintainer | ||
from ambient_package_update.metadata.package import PackageMetadata | ||
from ambient_package_update.metadata.readme import ReadmeContent | ||
from ambient_package_update.metadata.ruff_ignored_inspection import RuffIgnoredInspection | ||
|
||
METADATA = PackageMetadata( | ||
package_name="django_pony_express", | ||
module_name="django_pony_express", | ||
authors=[ | ||
PackageAuthor( | ||
name="Ambient Digital", | ||
email="[email protected]", | ||
), | ||
], | ||
maintainer=PackageMaintainer(name="Ambient Digital", url="https://ambient.digital/", email="[email protected]"), | ||
company="Ambient Innovation: GmbH", | ||
license=LICENSE_GPL, | ||
license_year=2023, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ | |
|
||
project = "django-pony-express" | ||
copyright = "2024, Ambient Innovation: GmbH" # noqa: A001 | ||
author = "Ambient Innovation: GmbH <[email protected]>" | ||
author = "Ambient Digital <[email protected]>" | ||
version = __version__ | ||
release = __version__ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters