awips2/pythonPackages/metpy/setup.cfg
mjames-upc 076392d3de metpy 0.3.0, numpy 1.10, cartopy 0.13.0, basemap 1.0.7
Former-commit-id: ff60eb3a7be83e96a595c2868243f45bfc6203f8
2016-03-13 18:05:31 -05:00

25 lines
436 B
INI

[flake8]
max-line-length = 95
[metadata]
description-file = README.rst
[bdist_wheel]
# This flag says that the code is written to work on both Python 2 and 3.
universal=1
[build_sphinx]
source-dir = docs/source
build-dir = docs/build
all-files = True
[versioneer]
VCS = git
style = pep440
versionfile_source = metpy/_version.py
versionfile_build = metpy/_version.py
tag_prefix = v
parentdir_prefix = metpy-
[aliases]
test = pytest