adding pyproject.toml
This commit is contained in:
parent
c8c3c0724f
commit
2f9f8a421f
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
[tool.poetry]
|
||||||
|
name = 'dnd-rolltable'
|
||||||
|
version = '0.9'
|
||||||
|
license = 'The Unlicense'
|
||||||
|
authors = ['Greg Boyington <evilchili@gmail.com>']
|
||||||
|
description = 'Generate roll tables using weighted random distributions'
|
||||||
|
packages = [
|
||||||
|
{ include = 'rolltable' }
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.poetry.dependencies]
|
||||||
|
python = '^3.6'
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ['poetry-core~=1.0']
|
||||||
|
build-backend = 'poetry.core.masonry.api'
|
Loading…
Reference in New Issue
Block a user