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

WIP Make cylc a module #2834

Closed
wants to merge 12 commits into from
Closed

WIP Make cylc a module #2834

wants to merge 12 commits into from

Commits on Jan 8, 2019

  1. Remove jinja2, which is listed in setup.py

    kinow authored and Bruno P. Kinoshita committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    59b18b5 View commit details
    Browse the repository at this point in the history
  2. Remove markupsafe, which is listed in setup.py

    kinow authored and Bruno P. Kinoshita committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    3e4e700 View commit details
    Browse the repository at this point in the history
  3. Remove isodatetime

    Bruno P. Kinoshita committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    ebfd41e View commit details
    Browse the repository at this point in the history
  4. Fixes for new version of isodatetime

    Bruno P. Kinoshita committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    7baff0a View commit details
    Browse the repository at this point in the history
  5. Add gitignore entries

    kinow authored and Bruno P. Kinoshita committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    00c6bc0 View commit details
    Browse the repository at this point in the history
  6. Add setup.py

    kinow authored and Bruno P. Kinoshita committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    34b72e4 View commit details
    Browse the repository at this point in the history
  7. Add setup.cfg

    Bruno P. Kinoshita committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    d6ec9c9 View commit details
    Browse the repository at this point in the history
  8. Use pip install -e instead of pip [deps] in travis.yml

    Bruno P. Kinoshita committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    bd2d033 View commit details
    Browse the repository at this point in the history
  9. Add tests to [all] group in setup.py

    Bruno P. Kinoshita committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    0245474 View commit details
    Browse the repository at this point in the history
  10. Remove isodatetime script

    Bruno P. Kinoshita committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    3c8ceac View commit details
    Browse the repository at this point in the history
  11. Ignore distutils' build folder

    Bruno P. Kinoshita committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    e947e07 View commit details
    Browse the repository at this point in the history
  12. Add jinja2 and markupsafe as dependencies for RPM

    Bruno P. Kinoshita committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    1f59275 View commit details
    Browse the repository at this point in the history