fpsql-py-package/package/setup.cfg
2023-08-01 01:50:35 +00:00

29 lines
No EOL
815 B
INI

[metadata]
name = fpsql
version = 1.0.5
author = Firepup650
author_email = firepyp650@gmail.com
description = An easy to use SQLite package
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/F1repup650/firepup650-SQL
project_urls =
Bug Tracker = https://github.com/F1repup650/firepup650-SQL/issues
replit = https://replit.com/@Firepup650/firepup650-SQL-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
[options.packages.find]
where = src