We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac76ff commit 473a434Copy full SHA for 473a434
.readthedocs.yaml
@@ -20,4 +20,4 @@ python:
20
install:
21
- requirements: requirements/docs.txt
22
- method: pip
23
- path: credentials
+ path: .
pyproject.toml
@@ -1,3 +1,7 @@
1
+[project]
2
+name = "credentials"
3
+dynamic = ["version"]
4
+
5
[tool.black]
6
line-length = 120
7
exclude = '(node_modules|private.py|migrations)'
@@ -11,3 +15,6 @@ lines_after_imports = 2
11
15
combine_as_imports = true
12
16
skip = ["migrations", "settings"]
13
17
include_trailing_comma = true
18
19
+[tool.setuptools]
+packages = ["credentials"]
0 commit comments