Skip to content

Commit

Permalink
Initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lord-haffi committed Oct 16, 2023
1 parent 8d9eece commit 4eafffc
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 42 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
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",
Expand Down Expand Up @@ -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}"
'''
Expand Down
Empty file added src/bo4e_generator/__init__.py
Empty file.
File renamed without changes.
3 changes: 0 additions & 3 deletions src/mypackage/__init__.py

This file was deleted.

23 changes: 0 additions & 23 deletions src/mypackage/mymodule.py

This file was deleted.

11 changes: 0 additions & 11 deletions unittests/test_myclass.py

This file was deleted.

0 comments on commit 4eafffc

Please sign in to comment.