Skip to content

Commit

Permalink
Add suggestion from python-poetry/poetry#7470
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav sokolov committed Feb 17, 2023
1 parent 5429408 commit f0b56d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "youtokentome"
version = "1.0.7" # Also presented in setup.py
version = "1.0.8" # Also presented in setup.py
description = "FL version of YTTM"
license = "MIT"
authors = ["Ivan Belonogov"]
Expand All @@ -18,7 +18,10 @@ classifiers = [
"Programming Language :: Cython",
"Programming Language :: C++",
]
build = "build.py"

[tool.poetry.build]
script = "build.py"
generate-setup-file = true

[tool.poetry.dependencies]
python = "^3.6"
Expand Down

0 comments on commit f0b56d2

Please sign in to comment.