[yt-svn] commit/yt: xarthisius: Add missing subpackages

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Apr 14 11:00:07 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/1b0f0f8c680e/
Changeset:   1b0f0f8c680e
Branch:      yt-3.0
User:        xarthisius
Date:        2014-04-14 19:37:31
Summary:     Add missing subpackages
Affected #:  1 file

diff -r 59e3ee7f60dedbbdefa4823bd31b820d52c076e8 -r 1b0f0f8c680e39274550c91f00dd4c1367a32166 yt/frontends/halo_catalogs/setup.py
--- a/yt/frontends/halo_catalogs/setup.py
+++ b/yt/frontends/halo_catalogs/setup.py
@@ -1,13 +1,10 @@
 #!/usr/bin/env python
-import setuptools
-import os
-import sys
-import os.path
-import glob
+from numpy.distutils.misc_util import Configuration
+
 
 def configuration(parent_package='', top_path=None):
-    from numpy.distutils.misc_util import Configuration
     config = Configuration('halo_catalogs', parent_package, top_path)
-    config.make_config_py()  # installs __config__.py
-    #config.make_svn_version_py()
+    config.add_subpackage("halo_catalog")
+    config.add_subpackage("rockstar")
+    config.make_config_py()
     return config

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