2021-11-16 19:36:12 +00:00
|
|
|
[metadata]
|
2021-11-21 22:19:25 +00:00
|
|
|
name = fkeycapture
|
2022-03-03 15:29:03 +00:00
|
|
|
version = 1.0.7
|
2021-11-17 15:58:36 +00:00
|
|
|
author = Firepup650
|
2021-11-16 19:36:12 +00:00
|
|
|
author_email = firepyp650@gmail.com
|
|
|
|
description = A way to capture keystrokes
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
2021-11-17 15:58:36 +00:00
|
|
|
url = https://github.com/Alexander-Maples/fkeycapture
|
2021-11-16 19:36:12 +00:00
|
|
|
project_urls =
|
2021-11-17 15:58:36 +00:00
|
|
|
Bug Tracker = https://github.com/Alexander-Maples/fkeycapture/issues
|
|
|
|
replit = https://replit.com/@ALEXANDERMAPLES/fkeycapture
|
2021-11-16 19:36:12 +00:00
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
Operating System :: OS Independent
|
2021-11-21 22:19:25 +00:00
|
|
|
Development Status :: 5 - Production/Stable
|
2021-11-17 15:58:36 +00:00
|
|
|
Environment :: Console
|
|
|
|
Intended Audience :: Developers
|
|
|
|
Natural Language :: English
|
2021-11-16 19:36:12 +00:00
|
|
|
|
|
|
|
[options]
|
|
|
|
package_dir =
|
|
|
|
= src
|
|
|
|
packages = find:
|
|
|
|
python_requires = >=3.6
|
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
where = src
|