-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
36 lines (35 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
[metadata]
name = dalec-discourse
version = attr: dalec_discourse.__version__
url = https://github.com/webu/dalec-discourse
author = Webu
author_email = [email protected]
description = Dalec plugin to retrieve discourse data
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD-3-Clause
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Source = https://github.com/webu/dalec-discourse
Tracker = https://github.com/webu/dalec-discourse/issues
[options]
python_requires = >=3.7
packages = find:
include_package_data = true
zip_safe = false
install_requires =
Django>=2.2
dalec
pydiscourse >= 1.2.0