mirror of
https://github.com/vale981/nix-development-configs
synced 2025-03-05 09:51:39 -05:00
18 lines
364 B
TOML
18 lines
364 B
TOML
[tool.poetry]
|
|
name = "pythonflake"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["harris-chris <chrisharriscjh@gmail.com>"]
|
|
|
|
[tool.poetry.scripts]
|
|
pythonflake = 'pythonflake:main'
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^5.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|