Skip to content

Commit

Permalink
Fixed mistakes in meta information.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hen committed Nov 29, 2020
1 parent d254221 commit 9b152d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions deploy/notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ To release a new version, do the following:
• Push the commit (but not the tag): `git push origin master`.
• Check that documentation built successfully on Read-the-Docs.
• Publish to PyPI by running `deploy/publish.py`.
• Check that meta information is correct on PyPI.
• Then push the tag: `git push --tags`.
• Possibly "draft a new release" on GitHub.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ module = 'mph'
author = 'John Hennig'
requires = ['JPype1', 'NumPy']
requires-python = '>=3.6'
licenes = 'MIT'
homepage = 'https://github.com/john-hennig/mph'
license = 'MIT'
home-page = 'https://github.com/john-hennig/mph'
description-file = 'ReadMe.md'
keywords = 'finite elements, computer simulation, physics, multiphysics, Comsol'
classifiers = [
Expand Down

0 comments on commit 9b152d5

Please sign in to comment.