firepup-py-package/package/pyproject.toml

32 lines
978 B
TOML
Raw Permalink Normal View History

2023-09-29 23:35:51 +00:00
[tool.poetry]
name = "firepup650"
2024-09-03 14:31:25 +00:00
version = "1.0.43"
2023-09-29 23:35:51 +00:00
authors = ["Firepup650 <firepyp650@gmail.com>"]
description = "Package containing various shorthand things I use, and a few imports I almost always use"
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Natural Language :: English",
]
license = "MIT"
repository = "https://github.com/F1repup650/firepup650-PYPI"
[tool.poetry.urls]
"Bug Tracker" = "https://github.com/F1repup650/firepup650-PYPI/issues"
Replit = "https://replit.com/@Firepup650/firepup650-PYPI-Package"
[tool.poetry.dependencies]
python = "^3.8"
fkeycapture = "^1.2.7"
fpsql = "^1, !=1.0.26"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
2024-06-03 19:25:10 +00:00
build-backend = "poetry.core.masonry.api"