updating pyscaffold part 1

This commit is contained in:
2023-01-30 00:28:07 +01:00
parent 9b8155b65b
commit 9be81e9860
4 changed files with 3 additions and 11 deletions

View File

@@ -88,7 +88,7 @@ master_doc = "index"
# General information about the project.
project = "cristallina"
copyright = "2022, Alexander Steppke"
copyright = "2023, Alexander Steppke"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the

View File

@@ -119,5 +119,5 @@ exclude =
[pyscaffold]
# PyScaffold's parameters when the project was created.
# This will be used when updating. Do not change!
version = 4.2.3
version = 4.2.1
package = cristallina

View File

@@ -2,7 +2,7 @@
Setup file for cristallina.
Use setup.cfg to configure your project.
This file was generated with PyScaffold 4.2.3.
This file was generated with PyScaffold 4.2.1.
PyScaffold helps you to put up the scaffold of your new Python project.
Learn more under: https://pyscaffold.org/
"""

View File

@@ -14,11 +14,3 @@ except PackageNotFoundError: # pragma: no cover
__version__ = "unknown"
finally:
del version, PackageNotFoundError
from . import config
from . import utils
from . import plot
# analysis requires a pgroup for persistent caching, we try
# heuristics but this can also be (re-)set after the import.
from . import analysis