forked from django-ace/django-ace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (25 loc) · 735 Bytes
/
setup.cfg
File metadata and controls
27 lines (25 loc) · 735 Bytes
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
[metadata]
name = django-ace
version = attr: django_ace.__version__
description = django-ace provides integration for ajax.org ACE with Django
long_description = file: README.rst
author = Bradley Ayers
author_email = bradley.ayers@gmail.com
license = Simplified BSD
url = https://github.com/django-ace/django-ace
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Framework :: Django
[options]
packages = find:
include_package_data = True
install_requires = Django>1.11
[options.packages.find]
exclude =
example
example.*