29 lines
850 B
TOML
29 lines
850 B
TOML
|
[tool.poetry]
|
||
|
name = "fkeycapture"
|
||
|
version = "1.2.7"
|
||
|
authors = ["Firepup650 <firepyp650@gmail.com>"]
|
||
|
description = "A way to capture keystrokes"
|
||
|
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/fkeycapture"
|
||
|
[tool.poetry.urls]
|
||
|
"Bug Tracker" = "https://github.com/F1repup650/fkeycapture/issues"
|
||
|
Replit = "https://replit.com/@Firepup650/fkeycapture"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.8"
|
||
|
|
||
|
[tool.poetry.dev-dependencies]
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core>=1.0.0"]
|
||
|
build-backend = "poetry.core.masonry.api"
|