зеркало из https://github.com/microsoft/torchgeo.git
Use __author__ field
This commit is contained in:
Родитель
30a082d33c
Коммит
43ab649c8f
|
@ -25,7 +25,7 @@ import torchgeo # noqa: E402
|
||||||
|
|
||||||
project = "torchgeo"
|
project = "torchgeo"
|
||||||
copyright = "2021, Microsoft Corporation"
|
copyright = "2021, Microsoft Corporation"
|
||||||
author = "Adam J. Stewart"
|
author = torchgeo.__author__
|
||||||
version = ".".join(torchgeo.__version__.split(".")[:2])
|
version = ".".join(torchgeo.__version__.split(".")[:2])
|
||||||
release = torchgeo.__version__
|
release = torchgeo.__version__
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,5 @@ The :mod:`torchgeo` package consists of popular datasets, model architectures, a
|
||||||
common image transformations for geospatial data.
|
common image transformations for geospatial data.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.1.0-dev"
|
__author__ = "Adam J. Stewart"
|
||||||
|
__version__ = "0.1.0.dev0"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче