fpsql-py-package/package/setup.cfg

29 lines
815 B
INI
Raw Permalink Normal View History

2021-11-16 19:36:12 +00:00
[metadata]
2023-05-24 13:57:27 +00:00
name = fpsql
2023-08-01 01:50:35 +00:00
version = 1.0.5
2021-11-17 15:58:36 +00:00
author = Firepup650
2021-11-16 19:36:12 +00:00
author_email = firepyp650@gmail.com
2023-05-24 13:57:27 +00:00
description = An easy to use SQLite package
2021-11-16 19:36:12 +00:00
long_description = file: README.md
long_description_content_type = text/markdown
2023-05-24 13:57:27 +00:00
url = https://github.com/F1repup650/firepup650-SQL
2021-11-16 19:36:12 +00:00
project_urls =
2023-05-24 13:57:27 +00:00
Bug Tracker = https://github.com/F1repup650/firepup650-SQL/issues
replit = https://replit.com/@Firepup650/firepup650-SQL-Package
2021-11-16 19:36:12 +00:00
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
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