-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
21 lines (17 loc) · 1.08 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[build-system]
requires = [ "setuptools >= 42", "wheel", "build", "twine",]
build-backend = "setuptools.build_meta"
[project]
name = "cameras_db"
version = "0.0.2"
description = "A simple package to maintain and search over a SQLite database of DSLR and mirror-less cameras_list."
readme = "README.md"
keywords = [ "python", "photography", "DSLR cameras_list", "mirror-less cameras list", "database", "technical specifications",]
classifiers = [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Operating System :: Unix", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Database", "Natural Language :: English",]
[[project.authors]]
name = "imigueldiaz (Ignacio de Miguel Diaz)"
email = "[email protected]"
[project.license]
file = "LICENSE"
[project.urls]
homepage = "https://github.com/imigueldiaz/cameras_db"