Commit 2f5098d6 by Arun Babu Neelicattu Committed by Steph Samson

Disable setup file generation for builds

parent 3b340b23
...@@ -20,6 +20,9 @@ classifiers = [ ...@@ -20,6 +20,9 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules" "Topic :: Software Development :: Libraries :: Python Modules"
] ]
[tool.poetry.build]
generate-setup-file = false
# Requirements # Requirements
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.6" python = "^3.6"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment