Skip to content

Commit

Permalink
Update URL for gala to RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Mar 3, 2015
1 parent ed2948d commit 12fa27c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
DESCRIPTION = 'Hierarchical nD image segmentation algorithms'
LONG_DESCRIPTION = descr
MAINTAINER = 'Juan Nunez-Iglesias'
MAINTAINER_EMAIL = 'jni@janelia.hhmi.org'
URL = 'https://github.com/janelia-flyem/gala'
MAINTAINER_EMAIL = 'juan.n@unimelb.edu.au'
URL = 'https://gala.readthedocs.org'
LICENSE = 'Janelia (BSD-like)'
DOWNLOAD_URL = 'https://github.com/janelia-flyem/gala'
VERSION = '0.2dev'
Expand All @@ -46,7 +46,8 @@
"bin/gala-train", "bin/gala-test-package",
"bin/gala-pixel", "bin/comparestacks",
"bin/gala-valprob", "bin/gala-auto"],
ext_modules = cythonize(["gala/*.pyx","gala/features/*.pyx"], annotate=True),
ext_modules = cythonize(["gala/*.pyx","gala/features/*.pyx"],
annotate=True),
include_dirs=[numpy.get_include()]
)

0 comments on commit 12fa27c

Please sign in to comment.