Migrate away from calling setup.py directly to "build" PyMongo

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Duplicate
    • Priority: Major - P3
    • 4.5
    • Affects Version/s: None
    • Component/s: Packaging
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The setuptools team is encouraging users to no longer call setup.py directly to build projects. Instead they want package maintainers to use something like the new build project.

      python -m pip install build
      python -m build --sdist
      # For each version of python
      python<X.Y> -m build --wheel
      

              Assignee:
              Steve Silvester
              Reporter:
              Bernie Hackett
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: