Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Update openedx.yaml to indicate that the repo is OEP-7 compliant.
    1. eg. https://github.com/edx/registrar/blob/master/openedx.yaml#L9
  2. If the repo has a setup.py
    1. Update the list of classifiers to include the following classifiers:
      1. "Programming Language :: Python :: 3.6"

      2. "Programming Language :: Python :: 3"
  3. If the repo has a setup.cfg and already has a '[metadata]' section

    1. Update the list of classifiers in the '[metadata]' section to include the following classifier:
      1. "Programming Language :: Python :: 3.6"
      2. "Programming Language :: Python :: 3"

...