Skip to content

Commit

Permalink
docs: Replace mailing list with GitHub Discussions board
Browse files Browse the repository at this point in the history
* Simplify release guide by (1) referencing the existing announcement
  category available on the Discussions board and (2) removing the hard-coded
  template.

* Update `author_email` specified in `setup.py` removing google group
  email and instead listing emails for @jcfr, @henryiii and @thewtex.
  • Loading branch information
jcfr committed Dec 16, 2022
1 parent 98b9743 commit 2b94802
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Miscellaneous
* Free software: MIT license
* Documentation: http://scikit-build.readthedocs.org
* Source code: https://github.com/scikit-build/scikit-build
* Mailing list: https://groups.google.com/forum/#!forum/scikit-build
* Discussions: https://github.com/orgs/scikit-build/discussions


Support for this work was provided by NSF cooperative agreement `OAC-2209877 <https://www.nsf.gov/awardsearch/showAward?AWD_ID=2209877>`_.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ Resources
* Free software: MIT license
* Documentation: http://scikit-build.readthedocs.io/en/latest/
* Source code: https://github.com/scikit-build/scikit-build
* Mailing list: https://groups.google.com/forum/#!forum/scikit-build
* Discussions: https://github.com/orgs/scikit-build/discussions
16 changes: 3 additions & 13 deletions docs/make_a_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,21 +148,11 @@ Setting up environment
10. Send an email to the `scikit-build mailing list`_ based on the following template:

::

On behalf of the scikit-build team, I am pleased to announce that the version X.Y.Z is available for download:

pip install --upgrade scikit-build <--- This line should be formatted using fixed size font

Thank you to everyone who contributed their time to test, write issue reports and contribute patches!

<copy here content of the changelog for release X.Y.X including the release name>
10. Add an entry to the ``Announcements`` category of the `scikit-build discussions board`_.

.. note::

For examples of announcements, see https://groups.google.com/g/scikit-build/search?q=announce%20subject%3Ascikit-build
For examples of announcements, see https://github.com/orgs/scikit-build/discussions/categories/announcements


.. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/
Expand All @@ -175,7 +165,7 @@ Setting up environment
.. _PyPI: https://pypi.org/project/scikit-build
.. _TestPyPI: https://test.pypi.org/project/scikit-build

.. _scikit-build mailing list: https://groups.google.com/g/scikit-build
.. _scikit-build discussions board: https://github.com/orgs/scikit-build/discussions/categories/announcements

-----------------------
`Conda`_: Step-by-step
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
long_description_content_type="text/x-rst; charset=UTF-8",
long_description=readme + "\n\n" + history,
author="The scikit-build team",
author_email="scikit-build@googlegroups.com",
author_email="jcfr@kitware.com,henryfs@princeton.edu,matt.mccormick@kitware.com",
url="https://github.com/scikit-build/scikit-build",
packages=setuptools.find_packages(include=["skbuild*"]),
project_urls={
"Documentation": "https://scikit-build.readthedocs.io/",
"Bug Tracker": "https://github.com/scikit-build/scikit-build/issues",
"Changelog": "https://scikit-build.readthedocs.io/en/latest/changes.html",
"Mailing List": "https://groups.google.com/forum/#!forum/scikit-build",
"Discussions": "https://github.com/orgs/scikit-build/discussions",
"Examples": "https://github.com/scikit-build/scikit-build-sample-projects",
},
package_data={"skbuild": ["resources/cmake/*.cmake", "py.typed", "*.pyi"]},
Expand Down

0 comments on commit 2b94802

Please sign in to comment.