-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing repository url and bumping the revision for pypi submission
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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', | ||
|