-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9ea9ec
commit 5295b88
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
# referenced with those assets. | ||
# | ||
# Copyright (c) 2016 Government of Canada | ||
# Copyright (c) 2022 Tom Kralidis | ||
# Copyright (c) 2025 Tom Kralidis | ||
# | ||
# Permission is hereby granted, free of charge, to any person | ||
# obtaining a copy of this software and associated documentation | ||
|
@@ -111,10 +111,10 @@ def get_package_version(): | |
'catalogue', | ||
'discovery' | ||
]), | ||
author='Meteorological Service of Canada', | ||
author_email='[email protected]', | ||
maintainer='Meteorological Service of Canada', | ||
maintainer_email='[email protected]', | ||
author='Tom Kralidis', | ||
author_email='[email protected]', | ||
maintainer='Tom Kralidis', | ||
maintainer_email='[email protected]', | ||
url='https://geopython.github.io/pygeometa', | ||
install_requires=read('requirements.txt').splitlines(), | ||
packages=find_packages(), | ||
|