forked from flask-extensions/Flask-GoogleMaps
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathflit.ini
More file actions
18 lines (18 loc) · 716 Bytes
/
flit.ini
File metadata and controls
18 lines (18 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[metadata]
module = flask_googlemaps
dist-name = Flask-GoogleMaps
author = Bruno Rocha
author-email = rochacbruno@gmail.com
maintainer = rochacbruno
maintainer-email = rochacbruno@gmail.com
home-page = https://github.com/rochacbruno/Flask-GoogleMaps/
requires = flask
description-file = README.md
classifiers = Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.6
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Framework :: Flask
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Software Development :: Libraries :: Python Modules