Skip to content

Commit

Permalink
Update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Nov 5, 2023
1 parent 7763b22 commit 07d134d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
name = "AnkiAppImporter"
name = "CopycatImporter"
authors = [{ name = "Abdo", email = "[email protected]" }]
readme = "README.md"
classifiers = [
Expand All @@ -18,7 +18,7 @@ dependencies = { file = ["requirements/bundle.txt"] }
optional-dependencies.dev = { file = ["requirements/dev.txt"] }

[tool.setuptools]
package-dir = { "AnkiAppImporter" = "src" }
package-dir = { "CopycatImporter" = "src" }

[tool.setuptools_scm]

Expand Down

0 comments on commit 07d134d

Please sign in to comment.