We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5876c13 commit 2bf081aCopy full SHA for 2bf081a
setup.cfg
@@ -32,3 +32,7 @@ strict_optional = False
32
33
# do not follow imports (except for ones found in typeshed)
34
follow_imports=skip
35
+
36
+[egg_info]
37
+# This configuration will make the egg-info directory appear in your package's build directory
38
+egg_base = build
0 commit comments