Skip to content

Commit

Permalink
Update setup and maintainer instructions (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Nov 11, 2021
1 parent b06ad3a commit 96d381e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions MAINTAINERS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Maintainers: How to make a new release ?

::

git tag -s -m "hdmf-docutils ${release}" ${release} origin/master
git tag -s -m "hdmf-docutils ${release}" ${release} origin/main
git push origin ${release}

5. Create the source tarball and wheel:
Expand All @@ -33,7 +33,8 @@ Maintainers: How to make a new release ?

::

twine upload -r pypitest dist/*
pip install --upgrade twine
twine upload -r testpypi dist/*

Check the `PyPI testing package page <https://test.pypi.org/project/hdmf-docutils/>`_.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ ignore =
T002,

[metadata]
description-file = README.rst
description_file = README.rst
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
},
'classifiers': [
"Programming Language :: Python",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: BSD License",
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 96d381e

Please sign in to comment.