Skip to content

Conversation

@BradleyKirton
Copy link
Contributor

Applied the following changes to cater for Python 3 support:

  1. Fixed import in main package init.py
  2. Imported print_function from future
  3. Encoded the strings in make_auth_header

This should close #11

…file. Updated the setup.py file to extract the version number and updated the rest of the project where the __version__ is required to import the __version__ number from the main package.
…install all dependencies when developing one can pip install -e .[dev] in the dir containing the setup.py file.
@BradleyKirton BradleyKirton mentioned this pull request Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python 3 support

1 participant