generated from woernerm/luxury_python_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
31 lines (29 loc) · 862 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
[metadata]
name = django-serverside
version = 22.3.65
author = Marcus Wörner
author_email = woernerm@protonmail.com
description = Django app for adding users to a database.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/woernerm/django-serverside
project_urls =
Bug Tracker = https://github.com/woernerm/django-serverside/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Topic :: Software Development :: Libraries :: Python Modules
Operating System :: OS Independent
Intended Audience :: Developers
Natural Language :: English
[options]
package_dir =
= src
include_package_data = true
packages = find:
python_requires = >=3.7
install_requires =
psycopg2
Django
[options.packages.find]
where = src