@@ -3,7 +3,7 @@ requires = ["setuptools>=77", "wheel"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " design-research -python-template"
6+ name = " drc -python-template"
77version = " 0.1.0"
88description = " An opinionated starter template for typed Python libraries"
99readme = " README.md"
@@ -40,9 +40,9 @@ dev = [
4040]
4141
4242[project .urls ]
43- Homepage = " https://github.com/cmudrc/design-research -python-template"
44- Repository = " https://github.com/cmudrc/design-research -python-template"
45- Issues = " https://github.com/cmudrc/design-research -python-template/issues"
43+ Homepage = " https://github.com/cmudrc/drc -python-template"
44+ Repository = " https://github.com/cmudrc/drc -python-template"
45+ Issues = " https://github.com/cmudrc/drc -python-template/issues"
4646
4747[tool .setuptools ]
4848package-dir = { "" = " src" }
@@ -52,7 +52,7 @@ include-package-data = true
5252where = [" src" ]
5353
5454[tool .setuptools .package-data ]
55- design_research_python_template = [" py.typed" ]
55+ drc_python_template = [" py.typed" ]
5656
5757[tool .pytest .ini_options ]
5858addopts = " -q"
@@ -79,7 +79,7 @@ convention = "google"
7979"tests/*.py" = [" D" ]
8080
8181[tool .mypy ]
82- packages = [" design_research_python_template " ]
82+ packages = [" drc_python_template " ]
8383python_version = " 3.12"
8484warn_unused_configs = true
8585check_untyped_defs = true
0 commit comments