Skip to content

Commit

Permalink
a couple of fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen committed Apr 26, 2019
1 parent 02e4b39 commit 4abc7ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 4 additions & 5 deletions _package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
description='',
author='Aquaveo',
install_requires=requires,
package_data={'': ['*.pyd']}
# extras_require={
# 'tests': [],
# },
# test_suite='tests',
package_data={'': ['*.pyd']},
dependency_links=[
'https://aquapi.aquaveo.com/aquaveo/stable'
],
)
4 changes: 3 additions & 1 deletion _package/xmsgrid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from . import geometry
from . import triangulate
from . import ugrid
from . import ugrid

__version__ = '3.0.0'

0 comments on commit 4abc7ab

Please sign in to comment.