Change package name

This commit is contained in:
Philipp Emanuel Weidmann
2025-11-16 17:01:50 +05:30
parent 1a59d226c1
commit 3f346b6150
3 changed files with 16 additions and 3 deletions
+4 -1
View File
@@ -1,5 +1,5 @@
[project]
name = "heretic"
name = "heretic-llm"
version = "1.0.0"
description = "Fully automatic censorship removal for language models"
readme = "README.md"
@@ -46,3 +46,6 @@ heretic = "heretic.main:main"
[build-system]
requires = ["uv_build>=0.8.11,<0.9.0"]
build-backend = "uv_build"
[tool.uv.build-backend]
module-name = "heretic"