30 lines
No EOL
864 B
TOML
30 lines
No EOL
864 B
TOML
[tool.poetry]
|
|
name = "fpsql"
|
|
version = "1.0.5"
|
|
authors = ["Firepup650 <firepyp650@gmail.com>"]
|
|
description = "An easy to use SQLite package"
|
|
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-SQL"
|
|
|
|
[tool.poetry.urls]
|
|
"Bug Tracker" = "https://github.com/F1repup650/firepup650-SQL/issues"
|
|
Replit = "https://replit.com/@Firepup650/firepup650-SQL-Package"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api" |