-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
43 lines (40 loc) · 1.14 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
# Setuptools Configuration
#
# Documentation:
# - https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html
# - https://setuptools.readthedocs.io/en/latest/userguide/datafiles.html
# - Classifiers: https://pypi.org/classifiers/
[metadata]
name = fyntex-drf-pagination-utils
version = 1.4.0
description =
A library that provides custom pagination styles and pagination-related
utilities for Django REST Framework.
author = Fyntex TI SpA
author_email = [email protected]
url = https://github.com/fyntex/drf-pagination-utils/
license = MIT
classifiers =
Development Status :: 3 - Alpha
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
python_requires = >=3.8
packages = find_namespace:
package_dir =
=src
zip_safe = False
include_package_data = True
install_requires =
djangorestframework >=3.10.3
[options.packages.find]
where = src
include =
exclude =