Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-2964

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

    • Type: Icon: Task Task
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • 4.5
    • Affects Version/s: None
    • Component/s: Packaging
    • 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@mongodb.com Steve Silvester
            Reporter:
            bernie@mongodb.com Bernie Hackett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: