-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
47 lines (42 loc) · 1019 Bytes
/
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
[metadata]
name = djangoldp
version = attr: djangoldp.__version__
url = https://git.startinblox.com/djangoldp-packages/djangoldp/
author = Startin'blox
author_email = [email protected]
description = Linked Data Platform interface for Django Rest Framework
license = MIT
[wheel]
universal = 1
[options]
zip_safe = False
include_package_data = True
packages = find:
setup_requires =
django~=4.2.0
install_requires =
django~=4.2.0
validators~=0.20.0
pyld~=1.0.0
django-guardian~=2.4.0
djangorestframework~=3.14.0
drf-spectacular~=0.24.0
requests~=2.31.0
pyyaml~=6.0.0
click~=8.1.0
django-brotli~=0.2.0
djangorestframework-guardian~=0.3.0
Faker~=14.2.0
[options.entry_points]
console_scripts =
djangoldp = djangoldp.cli:main
[options.extras_require]
dev =
validators
factory_boy >= 2.11.0
crypto =
pycryptodomex~=3.10
[semantic_release]
version_source = tag
version_variable = djangoldp/__init__.py:__version__
commit_parser = commit_parser.parse