mirror of
https://github.com/enpaul/mezzo.git
synced 2025-12-19 18:22:34 +00:00
Initial commit
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[tool.poetry]
|
||||
name = "mezzo"
|
||||
version = "0.0.0"
|
||||
description = "Wheel package manager"
|
||||
authors = ["Ethan Paul <e@enp.one>"]
|
||||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=1.0.0"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
Reference in New Issue
Block a user