1
0
mirror of https://github.com/enpaul/mezzo.git synced 2025-12-19 18:22:34 +00:00

Initial commit

This commit is contained in:
2020-03-13 21:23:28 -04:00
commit cd9c483dac
9 changed files with 583 additions and 0 deletions

15
pyproject.toml Normal file
View 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"