32 lines
No EOL
928 B
INI
32 lines
No EOL
928 B
INI
[metadata]
|
|
name = firepup650
|
|
version = 1.0.35
|
|
author = Firepup650
|
|
author_email = firepyp650@gmail.com
|
|
description = Package containing various shorthand things I use, and a few imports I almost always use
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/F1repup650/firepup650-PYPI
|
|
project_urls =
|
|
Bug Tracker = https://github.com/F1repup650/firepup650-PYPI/issues
|
|
replit = https://replit.com/@Firepup650/firepup650-PYPI-Package
|
|
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
|
|
install_requires =
|
|
fkeycapture
|
|
fpsql
|
|
|
|
[options.packages.find]
|
|
where = src |