generated from hakancelikdev/python-package
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
58 lines (55 loc) · 1.58 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[metadata]
name = pythonic-dbm
version = 0.6.0
url = https://pydbm.hakancelik.dev/
author = Hakan Celik
author_email = hakancelikdev@gmail.com
description = Pydbm is a more pythonic way to use dbm.
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL-3.0
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Documentation = https://pydbm.hakancelik.dev/
Issues = https://github.com/hakancelikdev/pydbm/issues/
Changelog = https://pydbm.hakancelik.dev/changelog
[options]
python_requires = >=3.8
include_package_data = true
zip_safe = true
packages =
pydbm
pydbm.database
pydbm.database.data_types
pydbm.models
pydbm.models.fields
pydbm.models.validators
package_dir =
=src
install_requires =
[options.extras_require]
tests =
pytest==7.2.0
pytest-cov==4.0.0
docs =
mkdocs==1.4.2
mkdocs-material==8.5.11
mkdocs-markdownextradata-plugin==0.2.5
mkdocs-minify-plugin==0.6.2
mkdocs-git-revision-date-localized-plugin==1.1.0
mike==1.1.2
[options.package_data]
* =
py.typed