-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
22 lines (21 loc) · 806 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
[metadata]
name = django-bootstrap-sidebar
version = 1.2.5
author = Paulino Ruiz de Clavijo Vázquez
author_email = pruiz@us.es
description = Bootstrap 5.3 template for django 4
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/paulino/django-bootstrap-sidebar
project_urls =
Bug Tracker = https://github.com/paulino/django-bootstrap-sidebar/issues
GitHub= https://github.com/paulino/django-bootstrap-sidebar/
Changelog = https://github.com/paulino/django-bootstrap-sidebar/blob/master/CHANGELOG.md
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
[options]
packages = bootstrapsidebar
python_requires = >=3.6
include_package_data = True