-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsetup.cfg
More file actions
24 lines (23 loc) · 744 Bytes
/
setup.cfg
File metadata and controls
24 lines (23 loc) · 744 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
[metadata]
name = django-model2puml
version = 0.6.1
description = A Django app to generate PlantUML diagram of project models.
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/sen-den/django-model2puml
author = Denis Senchishen
author_email = dsenchishen@icloud.com
license = MIT
classifiers =
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find: