Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console scripts compatible Linux/Windows #17

Merged
merged 6 commits into from
Apr 28, 2016

Commits on Apr 28, 2016

  1. Fix pep8 warning: move module imports at the top of the file.

    Laurent LAPORTE committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    a5dd8ec View commit details
    Browse the repository at this point in the history
  2. Change in setup.py: improve the parsing of the version number: be…

    …tter behavior if the RegEx don't math.
    Laurent LAPORTE committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    1b3e143 View commit details
    Browse the repository at this point in the history
  3. Change in setup.py: README.rst file may contains unicode char…

    …acters, so we use utf8 to read it
    Laurent LAPORTE committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    35d1c20 View commit details
    Browse the repository at this point in the history
  4. Fix: Replace "scripts" in setup.py by console scripts (entry poin…

    …ts) and create associated functions in ``commands/artifact.py`` and ``commands/repo.py``.
    Laurent LAPORTE committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    8ad06cf View commit details
    Browse the repository at this point in the history
  5. Fix: entry points names in commands.

    Laurent LAPORTE committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    2c24248 View commit details
    Browse the repository at this point in the history
  6. Fix: Change in setup.py: correct the "TypeError: can't concat byt…

    …es to str" error.
    Laurent LAPORTE committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    bae6527 View commit details
    Browse the repository at this point in the history