Move mtgsdk from cardvault module.
This commit is contained in:
15
mtgsdk/config.py
Normal file
15
mtgsdk/config.py
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# This file is part of mtgsdk.
|
||||
# https://github.com/MagicTheGathering/mtg-sdk-python
|
||||
|
||||
# Licensed under the MIT license:
|
||||
# http://www.opensource.org/licenses/MIT-license
|
||||
# Copyright (c) 2016, Andrew Backes <backes.andrew@gmail.com>
|
||||
|
||||
__version__ = "1.2.0"
|
||||
__pypi_packagename__ = "mtgsdk"
|
||||
__github_username__ = "MagicTheGathering"
|
||||
__github_reponame__ = "mtg-sdk-python"
|
||||
__endpoint__ = "https://api.magicthegathering.io/v1"
|
||||
Reference in New Issue
Block a user