2021-11-16 19:36:12 +00:00
|
|
|
[metadata]
|
2023-04-20 11:33:12 +00:00
|
|
|
name = firepup650
|
2023-04-21 01:45:37 +00:00
|
|
|
version = 1.0.2
|
2021-11-17 15:58:36 +00:00
|
|
|
author = Firepup650
|
2021-11-16 19:36:12 +00:00
|
|
|
author_email = firepyp650@gmail.com
|
2023-04-20 11:33:12 +00:00
|
|
|
description = Package containing various shorthand things I use, and a few imports I almost always use
|
2021-11-16 19:36:12 +00:00
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
2023-04-20 11:33:12 +00:00
|
|
|
url = https://github.com/F1repup650/firepup650-PYPI
|
2021-11-16 19:36:12 +00:00
|
|
|
project_urls =
|
2023-04-20 11:33:12 +00:00
|
|
|
Bug Tracker = https://github.com/F1repup650/firepup650-PYPI/issues
|
|
|
|
replit = https://replit.com/@Firepup650/firepup650-PYPI-Package
|
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:
|
2023-04-20 11:33:12 +00:00
|
|
|
python_requires = >=3.8
|
2021-11-16 19:36:12 +00:00
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
where = src
|