Add basic python package scheduling

This commit is contained in:
2023-03-30 21:55:51 -04:00
parent 5328ba4420
commit b32bcf597a
4 changed files with 84 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "spectrepy"
version = "0.1.0"
description = "Python bindings for the Spectre Password Manager"
authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"