generated from hakancelikdev/python-package
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
57 lines (53 loc) · 1.59 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
[metadata]
name = defineif
version = 0.1.0
url = https://defineif.hakancelik.dev/
author = Hakan Çelik
author_email = hakancelikdev@gmail.com
description = attr: defineif.__description__
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL-3.0
keywords =
classifiers =
Development Status :: 1 - Planning
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.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Documentation = https://defineif.hakancelik.dev/
Issues = https://github.com/hakancelikdev/defineif/issues/
Changelog = https://defineif.hakancelik.dev/changelog
[options]
python_requires = >=3.6
include_package_data = true
zip_safe = true
packages =
defineif
package_dir =
=src
install_requires =
[options.extras_require]
tests =
pytest==6.2.4
pytest-cov==2.12.1
docs =
mkdocs==1.3.0
mkdocs-material==8.3.6
mkdocs-markdownextradata-plugin==0.2.5
mkdocs-minify-plugin==0.5.0
mkdocs-git-revision-date-localized-plugin==1.0.1
[options.package_data]
* =
py.typed