-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the way credentials are passed in and bump version
- Loading branch information
1 parent
73dcabe
commit b99cca5
Showing
5 changed files
with
15 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
spektrixpython.ini | ||
dist/* | ||
*.pyc | ||
.idea/* |
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 |
---|---|---|
|
@@ -3,12 +3,12 @@ | |
name = 'spektrixpython', | ||
packages = ['spektrixpython'], | ||
install_requires = ['requests'], | ||
version = '0.1.7', | ||
version = '0.2.0', | ||
description = 'A python module for interacting with Spektrix API v3.', | ||
author = 'Hugh Topping', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/hughtopping/spektrixpython', | ||
download_url = 'https://github.com/hughtopping/spektrixpython/tarball/0.1.7', | ||
download_url = 'https://github.com/hughtopping/spektrixpython/tarball/0.2.0', | ||
keywords = ['spektrix','api','v3'], | ||
license='MIT', | ||
classifiers = [] | ||
|
This file was deleted.
Oops, something went wrong.
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