Skip to content

Commit

Permalink
Fixed title punctuation and capitalization of project links on PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hen committed May 17, 2020
1 parent 3636928 commit 6a550ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Pythonic scripting interface for Comsol Multiphysics.
Pythonic scripting interface for Comsol Multiphysics
"""

# Meta information
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ classifiers = [
doc = ['Sphinx', 'Sphinx-RTD-theme', 'reCommonMark']

[tool.flit.metadata.urls]
documentation = 'https://mph.readthedocs.io'
source = 'https://github.com/john-hennig/mph'
Documentation = 'https://mph.readthedocs.io'
Source = 'https://github.com/john-hennig/mph'

0 comments on commit 6a550ea

Please sign in to comment.