Skip to content

Commit

Permalink
Upgrade Versioneer to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykos153 committed May 10, 2022
1 parent 40af3f6 commit a1a65bb
Show file tree
Hide file tree
Showing 3 changed files with 637 additions and 220 deletions.
5 changes: 2 additions & 3 deletions git_annex_remote_googledrive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
from . import _version
__version__ = _version.get_versions()['version']
_default_client_id = '275666578511-ndjt6mkns3vgb60cbo7csrjn6mbh8gbf.apps.googleusercontent.com'
_default_client_secret = 'Den2tu08pRU4s5KeCp5whas_'
Loading

0 comments on commit a1a65bb

Please sign in to comment.