Moved to Poetry

This commit is contained in:
2019-04-26 12:23:44 +02:00
parent e38c577bcb
commit e2dc9b8d33
6 changed files with 1078 additions and 34 deletions

24
pyproject.toml Normal file
View File

@@ -0,0 +1,24 @@
[tool.poetry]
name = "attract"
version = "1.1dev0"
description = ""
authors = [
"Francesco Siddi <francesco@blender.org>",
"Pablo Vazquez <pablo@blender.studio>",
"Sybren Stüvel <sybren@blender.studio>",
]
include = ["readme.md", "LICENSE.txt"]
[tool.poetry.dependencies]
python = "~3.6"
pillar = {path = "../pillar"}
svn = "0.3.43"
[tool.poetry.dev-dependencies]
pillar-devdeps = {path = "../pillar/devdeps"}
mkdocs = "0.17.2"
mkdocs-material = "2.2.2"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"