Spaces:
Runtime error
Runtime error
Update animate/pyproject.toml
Browse files- animate/pyproject.toml +2 -2
animate/pyproject.toml
CHANGED
|
@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
|
|
| 3 |
requires = ["setuptools>=46.4.0", "wheel", "setuptools_scm[toml]>=6.2"]
|
| 4 |
|
| 5 |
[tool.setuptools_scm]
|
| 6 |
-
write_to = "src/
|
| 7 |
|
| 8 |
[tool.black]
|
| 9 |
line-length = 110
|
|
@@ -20,7 +20,7 @@ ignore = ['F841', 'F401', 'E501']
|
|
| 20 |
combine-as-imports = true
|
| 21 |
force-wrap-aliases = true
|
| 22 |
known-local-folder = ["src"]
|
| 23 |
-
known-first-party = ["
|
| 24 |
|
| 25 |
[tool.pyright]
|
| 26 |
include = ['src/**']
|
|
|
|
| 3 |
requires = ["setuptools>=46.4.0", "wheel", "setuptools_scm[toml]>=6.2"]
|
| 4 |
|
| 5 |
[tool.setuptools_scm]
|
| 6 |
+
write_to = "src/animate/_version.py"
|
| 7 |
|
| 8 |
[tool.black]
|
| 9 |
line-length = 110
|
|
|
|
| 20 |
combine-as-imports = true
|
| 21 |
force-wrap-aliases = true
|
| 22 |
known-local-folder = ["src"]
|
| 23 |
+
known-first-party = ["animate"]
|
| 24 |
|
| 25 |
[tool.pyright]
|
| 26 |
include = ['src/**']
|