Skip to content

Commit f76759e

Browse files
committed
Fix build error for good
1 parent e19f8f6 commit f76759e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
venv
33
__pycache__/
44
.env
5+
dist/
6+
FastAPIAuthenticator.egg-info/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = ["fastapiauthenticator", "fastapiauthenticator.templates"]
1212

1313
[tool.setuptools.dynamic]
1414
dependencies = { file = ["requirements.txt"] }
15-
version = { attr = "fastapiauthenticator.version" }
15+
version = { attr = "fastapiauthenticator.version.version" }
1616

1717
[project.optional-dependencies]
1818
dev = [

0 commit comments

Comments
 (0)