Skip to content

Commit

Permalink
Merge pull request #31 from CiscoZeus/add-user-token-feature
Browse files Browse the repository at this point in the history
Add User token to HTTP Header
  • Loading branch information
travelist committed Jun 5, 2017
2 parents 8c3b774 + 618aa19 commit c1e3416
Show file tree
Hide file tree
Showing 14 changed files with 652 additions and 477 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ develop-eggs
lib
lib64

# pyenv
.python-version

# Installer logs
pip-log.txt

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ clean-test:
rm -fr htmlcov/

lint:
flake8 zeus tests
@flake8 zeus tests

test:
python setup.py test
@python setup.py test

test-all:
tox
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[wheel]
universal = 1

[flake8]
max-line-length = 90
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
version='0.2.2.7',
description="Python client for CiscoZeus.io. It allows a user to post/query logs and metrics using Zeus.",
long_description=readme + '\n\n' + history,
author="Marc Solanas Tarre",
author_email='msolanas@cisco.com',
author="Cisco Zeus Team",
author_email='zeus-support@external.cisco.com',
url='https://github.com/CiscoZeus/python-zeusclient.git',
packages=[
'zeus',
Expand Down
Loading

0 comments on commit c1e3416

Please sign in to comment.