File: setup.cfg

package info (click to toggle)
folium 0.20.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,168 kB
  • sloc: python: 4,489; makefile: 134; sh: 26
file content (15 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[metadata]
description_file = README.md
license_files = LICENSE.txt

[bdist_wheel]
universal = 1

[check-manifest]
ignore =
    *.yml
    docs
    docs/*
    *.enc
    tests
    tests/*