generated from Hochfrequenz/python_template_repository
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
8d9eece
commit 4eafffc
Showing
6 changed files
with
5 additions
and
42 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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[project] | ||
name = "your-favourite-package-name" | ||
description = "Description of your package" | ||
name = "BO4E-python-generator" | ||
description = "This tool auto generates (customizable) pydantic v2 Code to implement the BO4E-Schemas." | ||
license = { text = "MIT" } | ||
requires-python = ">=3.11" | ||
authors = [{ name = "your name", email = "[email protected]" }] | ||
keywords = ["your", "important", "keywords"] | ||
authors = [{ name = "Hochfrequenz Unternehmensberatung GmbH", email = "[email protected]" }] | ||
keywords = ["bo4e", "code-generator"] | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Environment :: Console", | ||
|
@@ -47,7 +47,7 @@ fragments = [{ path = "README.md" }] | |
source = "vcs" | ||
|
||
[tool.hatch.build.hooks.vcs] | ||
version-file = "src/_your_package_version.py" | ||
version-file = "src/_bo4e_generator_version.py" | ||
template = ''' | ||
version = "{version}" | ||
''' | ||
|
Empty file.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.