소스 검색

update release checklist

Thomas Waldmann 1 년 전
부모
커밋
3426f91241
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/development.rst

+ 1 - 1
docs/development.rst

@@ -310,7 +310,7 @@ Checklist:
 - Update ``CHANGES.rst``, based on ``git log $PREVIOUS_RELEASE..``.
 - Check version number of upcoming release in ``CHANGES.rst``.
 - Render ``CHANGES.rst`` via ``make html`` and check for markup errors.
-- Verify that ``MANIFEST.in`` and ``setup.py`` are complete.
+- Verify that ``MANIFEST.in``, ``pyproject.toml`` and ``setup.py`` are complete.
 - ``python setup.py build_usage ; python setup.py build_man`` and commit.
 - Tag the release::