31 lines
978 B
TOML
31 lines
978 B
TOML
[tool.poetry]
|
|
name = "firepup650"
|
|
version = "1.0.38"
|
|
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"]
|
|
build-backend = "poetry.core.masonry.api"
|