Skip to content

Commit

Permalink
Merge pull request #27 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
Repo maintenance
  • Loading branch information
GavinHuttley authored Oct 7, 2024
2 parents 79c08c5 + 4840f93 commit c33ae75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions src/scitrack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@
import sys
from getpass import getuser

__author__ = "Gavin Huttley"
__copyright__ = "Copyright 2016-2021, Gavin Huttley"
__credits__ = ["Gavin Huttley"]
__license__ = "BSD"
__version__ = "2021.5.3"
__maintainer__ = "Gavin Huttley"
__email__ = "[email protected]"
__status__ = "Development"
__version__ = "2024.10.8"


VERSION_ATTRS = ["__version__", "version", "VERSION"]
Expand Down
9 changes: 1 addition & 8 deletions tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@
get_version_for_package,
)

__author__ = "Gavin Huttley"
__copyright__ = "Copyright 2016-2021, Gavin Huttley"
__credits__ = ["Gavin Huttley"]
__license__ = "BSD"
__version__ = "2021.5.3"
__maintainer__ = "Gavin Huttley"
__email__ = "[email protected]"
__status__ = "Development"
__version__ = "2024.10.8"

TEST_ROOTDIR = Path(__file__).parent

Expand Down

0 comments on commit c33ae75

Please sign in to comment.