11[project ]
22name = " notdiamond"
3- version = " 1.0.0-rc13 "
3+ version = " 1.0.0-rc14 "
44description = " The official Python library for the notdiamond API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
77authors = [
8- { name = " Notdiamond" , email = " test @notdiamond.ai" },
8+ { name = " Notdiamond" , email = " contact @notdiamond.ai" },
99]
1010dependencies = [
1111 " httpx>=0.23.0, <1" ,
@@ -77,14 +77,14 @@ format = { chain = [
7777"check:ruff" = " ruff check ."
7878"fix:ruff" = " ruff check --fix ."
7979
80- "check:importable" = " python -c 'import not_diamond '"
80+ "check:importable" = " python -c 'import notdiamond '"
8181
8282typecheck = { chain = [
8383 " typecheck:pyright" ,
8484 " typecheck:mypy"
8585]}
8686"typecheck:pyright" = " pyright"
87- "typecheck:verify-types" = " pyright --verifytypes not_diamond --ignoreexternal"
87+ "typecheck:verify-types" = " pyright --verifytypes notdiamond --ignoreexternal"
8888"typecheck:mypy" = " mypy ."
8989
9090[build-system ]
@@ -97,7 +97,7 @@ include = [
9797]
9898
9999[tool .hatch .build .targets .wheel ]
100- packages = [" src/not_diamond " ]
100+ packages = [" src/notdiamond " ]
101101
102102[tool .hatch .build .targets .sdist ]
103103# Basically everything except hidden files/directories (such as .github, .devcontainers, .python-version, etc)
@@ -165,7 +165,7 @@ show_error_codes = true
165165#
166166# We also exclude our `tests` as mypy doesn't always infer
167167# types correctly and Pyright will still catch any type errors.
168- exclude = [' src/not_diamond /_files.py' , ' _dev/.*.py' , ' tests/.*' ]
168+ exclude = [' src/notdiamond /_files.py' , ' _dev/.*.py' , ' tests/.*' ]
169169
170170strict_equality = true
171171implicit_reexport = true
@@ -257,7 +257,7 @@ length-sort = true
257257length-sort-straight = true
258258combine-as-imports = true
259259extra-standard-library = [" typing_extensions" ]
260- known-first-party = [" not_diamond " , " tests" ]
260+ known-first-party = [" notdiamond " , " tests" ]
261261
262262[tool .ruff .lint .per-file-ignores ]
263263"bin/**.py" = [" T201" , " T203" ]
0 commit comments