29 lines
802 B
INI
29 lines
802 B
INI
|
[metadata]
|
||
|
name = fkeycapture
|
||
|
version = 1.2.7
|
||
|
author = Firepup650
|
||
|
author_email = firepyp650@gmail.com
|
||
|
description = A way to capture keystrokes
|
||
|
long_description = file: README.md
|
||
|
long_description_content_type = text/markdown
|
||
|
url = https://github.com/F1repup650/fkeycapture
|
||
|
project_urls =
|
||
|
Bug Tracker = https://github.com/F1repup650/fkeycapture/issues
|
||
|
replit = https://replit.com/@Firepup650/fkeycapture
|
||
|
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
|
||
|
|
||
|
[options]
|
||
|
package_dir =
|
||
|
= src
|
||
|
packages = find:
|
||
|
python_requires = >=3.8
|
||
|
|
||
|
[options.packages.find]
|
||
|
where = src
|