@@ -3,8 +3,8 @@ name = "bomf"
33description = " The bomf Repo is a framework, that allows its users to migrate data"
44license = { text = " MIT" }
55requires-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 " ]
88classifiers = [
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 ]
100100content-type = " text/markdown"
0 commit comments