-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
45 lines (42 loc) · 1.21 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
[metadata]
name = classifier-checker
author = Thomas Rooijakkers
author_email = [email protected]
maintainer = Thomas Rooijakkers
maintainer_email = [email protected]
description = Classifier-checker validates configured classifiers for you!
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Operating System :: OS Independent
Intended Audience :: Developers
Intended Audience :: System Administrators
Typing :: Typed
license = MIT License
license_files = LICENSE
platform = any
keywords =
classifier
checker
check
validate
validation
url = https://github.com/ThomasTNO/classifier-checker
download_url = https://pypi.org/project/classifier-checker/#files
project_urls =
Source Code = https://github.com/ThomasTNO/classifier-checker
version = attr: classifier_checker.__version__
long_description_content_type = text/markdown
long_description = file: README.md
[options]
packages = classifier_checker
package_dir =
classifier_checker = src
zip_safe = False
install_requires =
trove-classifiers
[options.entry_points]
console_scripts =
classifier-checker = classifier_checker:main
[options.package_data]
classifier_checker = py.typed