forked from enricofer/pickLayer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
44 lines (41 loc) · 1.21 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
37
38
39
40
41
42
43
44
[metadata]
name = pickLayer
version = attr: pickLayer.core.__version__
url = https://github.com/nlsfi/pickLayer
project_urls =
Changelog = https://github.com/nlsfi/pickLayer/blob/main/CHANGELOG.md
author = National Land Survey of Finland
author_email = os@nls.fi
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries
Typing :: Typed
license = GNU GPL v3.0
description = QGIS plugin for setting layer properties and options straight from map canvas and for activating layer by clicking features on map.
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
keywords = qgis
[options]
packages =
pickLayer
pickLayer.core
pickLayer.definitions
pickLayer.ui
pickLayer.resources
install_requires =
qgis_plugin_tools>=0.4.0
[options.package_data]
pickLayer=
metadata.txt
**/*.png
**/*.svg
**/*.ts
**/*.qm
**/*.ui
[options.entry_points]
qgis_plugin_tools =
pickLayer = pickLayer