Skip to content

Commit

Permalink
Mapserver working with python3
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed Dec 20, 2017
1 parent b836916 commit 76fb2d1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4,105 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ def run(self):
'IPython>=1.0',
],
extras_require = {
'hub': ["girder_client"]
'hub': ["girder_client"],
'mapserver': ["bottle"]
},
cmdclass={'sdist': sdist, 'build_ext': build_ext},
author="The yt project",
Expand Down
Loading

0 comments on commit 76fb2d1

Please sign in to comment.