Skip to content

Commit

Permalink
fixing repository url and bumping the revision for pypi submission
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoresi committed Mar 15, 2019
1 parent 5e7facc commit a35c04e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions litho1pt0-src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
setup(name = 'litho1pt0',
author = "LM",
author_email = "[email protected]",
url = "https://github.com/University-of-Melbourne-Geodynamics/litho1pt0",
url = "https://github.com/underworldcode/litho1pt0",
download_url = "",
version = "0.6.5",
description = "Python interface to Litho 1.0 dataset - needs stripy",
version = "0.7.0",
description = "Python interface to Litho 1.0 dataset - based on stripy",
long_description=long_description,
long_description_content_type='text/markdown',
packages = ['litho1pt0'],
Expand Down
5 changes: 3 additions & 2 deletions stripy-src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
setup(name = 'stripy',
author = "Louis Moresi",
author_email = "[email protected]",
url = "https://github.com/University-of-Melbourne-Geodynamics/stripy",
version = "0.6.5",
url = "https://github.com/underworldcode/stripy",
version = "0.7.0",
description = "Python interface to TRIPACK and STRIPACK fortran code for triangulation/interpolation in Cartesian coordinates and on a sphere",
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -47,6 +47,7 @@
'Notebooks/SphericalTriangulations/*ipynb',
'Notebooks/Data/*'] },
include_package_data = True,
install_requires = ['numpy', 'scipy'],
classifiers = ['Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit a35c04e

Please sign in to comment.