Skip to content

Commit

Permalink
Cleanup 4.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteffensmeier committed Oct 25, 2022
1 parent cf27263 commit c823274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release_notes/4.1-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ improve this release.
Build switched to setuptools
****************************
For compatibity with future Python versions implementing
`PEP 693 https://peps.python.org/pep-0693/`_ the build system has been modified
`PEP 632 <https://peps.python.org/pep-0632/>`_ the build system has been modified
to use setuptools instead of distutils. This should not require changes for
most users. The prefered command to install jep from a source directory is now
`pip install .`.
``pip install .``.

PyObject can be shared between SharedInterpreters
*************************************************
Expand Down

0 comments on commit c823274

Please sign in to comment.