11[project ]
2- name = " phoebus-guibuilder "
2+ name = " techui-builder "
33dynamic = [" version" ]
44description = " A package for building GUIs"
55classifiers = [
66 " Development Status :: 3 - Alpha" ,
77 " License :: OSI Approved :: BSD License" ,
88 " Programming Language :: Python :: 3.12" ,
99]
10- urls = { GitHub = " https://github.com/DiamondLightSource/phoebus-guibuilder " }
10+ urls = { GitHub = " https://github.com/DiamondLightSource/techui-builder " }
1111authors = [
1212 { name = " Oliver Copping" , email = " oliver.copping@diamond.ac.uk" },
1313 { name = " Adedamola Sode" , email = " adedamola.sode@diamond.ac.uk" },
@@ -16,7 +16,7 @@ license = { file = "LICENSE" }
1616readme = " README.md"
1717requires-python = " >=3.12,<4.0"
1818dependencies = [" pyyaml>=6.0.2" , " phoebusgen>=3.0.0" ]
19- scripts = { phoebus-guibuilder = " phoebus_guibuilder .__main__:main" }
19+ scripts = { techui-builder = " techui_builder .__main__:main" }
2020optional-dependencies = { dev = [
2121 " basedpyright>=1.27.1" ,
2222 " hatch>=1.14.0" ,
@@ -57,7 +57,7 @@ tag-pattern = "(?P<version>([1-9][0-9]*!)?(0|[1-9][0-9]*)(\\.(0|[1-9][0-9]*))*((
5757raw-options = { version_scheme = " only-version" , local_scheme = " dirty-tag" }
5858
5959[tool .hatch .build .hooks .vcs ]
60- version-file = " src/phoebus_guibuilder /_version.py"
60+ version-file = " src/techui_builder /_version.py"
6161template = '''
6262# This file is automatically generated by Hatch
6363# Do not modify this file directly
@@ -92,7 +92,7 @@ asyncio_mode = "auto"
9292asyncio_default_fixture_loop_scope = " function"
9393
9494[tool .coverage .run ]
95- data_file = " /tmp/phoebus_guibuilder .coverage"
95+ data_file = " /tmp/techui_builder .coverage"
9696
9797[tool .coverage .paths ]
9898# Tests are run from installed location, map back to the src directory
@@ -121,7 +121,7 @@ scripts = { type-check = ["basedpyright --stats src {args}"] }
121121[tool .hatch .envs .tests ]
122122description = " Run tests"
123123scripts = { tests = [
124- " pytest --cov=phoebus_guibuilder --cov-report term --cov-report xml:cov.xml {args}" ,
124+ " pytest --cov=techui_builder --cov-report term --cov-report xml:cov.xml {args}" ,
125125] }
126126
127127[tool .hatch .envs .docs ]
0 commit comments