updating pyscaffold part 1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
2
setup.py
2
setup.py
@@ -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/
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user