[yt-svn] commit/yt: ngoldbaum: Merged in MatthewTurk/yt (pull request #2231)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jun 15 14:42:45 PDT 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/dfe34c8552f4/
Changeset:   dfe34c8552f4
Branch:      yt
User:        ngoldbaum
Date:        2016-06-15 21:42:37+00:00
Summary:     Merged in MatthewTurk/yt (pull request #2231)

Adding pxd files to installation
Affected #:  1 file

diff -r 096d35d844284e415ea399313e59ccc90a160b1e -r dfe34c8552f4bb62b86c8d6e3990f41025ec9cd6 setup.py
--- a/setup.py
+++ b/setup.py
@@ -363,6 +363,7 @@
     ]
     },
     packages=find_packages(),
+    package_data = {'':['*.pxd']},
     setup_requires=[
         'numpy',
         'cython>=0.22',
@@ -383,7 +384,7 @@
     zip_safe=False,
     scripts=["scripts/iyt"],
     data_files=MAPSERVER_FILES + [(SHADERS_DIR, SHADERS_FILES)],
-    ext_modules=cython_extensions + extensions
+    ext_modules=cython_extensions + extensions,
 )
 
 # This info about 'ckdtree' should be incorporated somehow...

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the yt-svn mailing list