-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
52 lines (49 loc) · 1.22 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
[metadata]
name = rite
version = attr: rite.__version__
author = Lars van Vianen
author_email = lars@scape.agency
maintainer = Scape Agency
maintainer_email = info@scape.agency
url = https://www.scape.agency
download_url = https://www.scape.agency
project_urls =
documentation = https://rite.pypa.io/
repository = https://github.com/scape-agency/rite
keywords = rite, utility, utilities
description = Rite is a Python Utility Library by Scape Agency.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_files = file: LICENSE.txt
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering
Topic :: Software Development :: Libraries
[options]
package_dir =
=src
packages = find:
include_package_data = True
zip_safe = True
python_requires = >=3.10
install_requires =
[options.packages.find]
where = src
exclude =
build*
dist*
docs*
tests*
*.tests
*.tests.*
tools*
examples*
[options.package_data]
example = data/schema.json, *.txt
* = README.md