Skip to content

Commit 5864696

Browse files
committed
hatchlinger?
1 parent 467c162 commit 5864696

3 files changed

Lines changed: 6 additions & 56 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "bomf"
33
description = "The bomf Repo is a framework, that allows its users to migrate data"
44
license = { text = "MIT" }
55
requires-python = ">=3.11"
6-
authors = [{ name = "Leon Haffmans", email = "leon.haffmans@hochfrequenz.de" }]
7-
keywords = ["your", "important", "keywords"]
6+
authors = [{ name = "Hochfrequenz Unternehmensberatung GmbH", email = "info@hochfrequenz.de" }]
7+
keywords = ["BO4E", "Migration", "Data"]
88
classifiers = [
99
"Development Status :: 4 - Beta",
1010
"Environment :: Console",
@@ -13,6 +13,7 @@ classifiers = [
1313
"Operating System :: OS Independent",
1414
"Programming Language :: Python",
1515
"Programming Language :: Python :: 3 :: Only",
16+
"Programming Language :: Python :: 3.10",
1617
"Programming Language :: Python :: 3.11",
1718
"Programming Language :: Python :: 3.12",
1819
]
@@ -91,10 +92,9 @@ asyncio_mode = "auto"
9192
# the following lines are needed if you would like to build a python package
9293
# and you want to use semantic versioning
9394
[build-system]
94-
requires = ["setuptools>=41.0", "wheel", "setuptools_scm[toml]>=3.4"]
95-
build-backend = "setuptools.build_meta"
95+
requires = ["hatchling>=1.8.0", "hatch-vcs", "hatch-fancy-pypi-readme"]
96+
build-backend = "hatchling.build"
9697

97-
[tool.setuptools_scm]
9898

9999
[tool.hatch.metadata.hooks.fancy-pypi-readme]
100100
content-type = "text/markdown"

setup.cfg

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/_your_package_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version = "0.11.1.dev80+g467c162.d20240920"

0 commit comments

Comments
 (0)