Skip to content

Commit

Permalink
Update pypi links; remove beta classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jan 9, 2024
1 parent b85ab69 commit 87a64e1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Project Links

- Docs: https://flask-marshmallow.readthedocs.io/
- Changelog: http://flask-marshmallow.readthedocs.io/en/latest/changelog.html
- PyPI: https://pypi.python.org/pypi/flask-marshmallow
- PyPI: https://pypi.org/project/flask-marshmallow/
- Issues: https://github.com/marshmallow-code/flask-marshmallow/issues

License
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/side-primary.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1><a href="{{ pathto(master_doc) }}">

<h3>Useful Links</h3>
<ul>
<li><a href="http://pypi.python.org/pypi/flask-marshmallow">Flask-Marshmallow @ PyPI</a></li>
<li><a href="https://pypi.org/project/flask-marshmallow/">Flask-Marshmallow @ PyPI</a></li>
<li><a href="http://github.com/marshmallow-code/flask-marshmallow">Flask-Marshmallow @ GitHub</a></li>
<li><a href="http://github.com/marshmallow-code/flask-marshmallow/issues">Issue Tracker</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/side-secondary.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1><a href="{{ pathto(master_doc) }}">

<h3>Useful Links</h3>
<ul>
<li><a href="http://pypi.python.org/pypi/flask-marshmallow">Flask-Marshmallow @ PyPI</a></li>
<li><a href="https://pypi.org/project/flask-marshmallow/">Flask-Marshmallow @ PyPI</a></li>
<li><a href="http://github.com/marshmallow-code/flask-marshmallow">Flask-Marshmallow @ GitHub</a></li>
<li><a href="http://github.com/marshmallow-code/flask-marshmallow/issues">Issue Tracker</a></li>
</ul>
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Flask-Marshmallow: Flask + marshmallow for beautiful APIs

:ref:`changelog <changelog>` //
`github <http://github.com/marshmallow-code/flask-marshmallow>`_ //
`pypi <http://pypi.python.org/pypi/flask-marshmallow>`_ //
`pypi <https://pypi.org/project/flask-marshmallow/>`_ //
`issues <http://github.com/marshmallow-code/flask-marshmallow/issues>`_


Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def read(fname):
keywords="flask-marshmallow",
python_requires=">=3.8",
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 87a64e1

Please sign in to comment.