Commit bb8f90df authored by Jérome Perrin's avatar Jérome Perrin

move simulation under dream

This creates a dream.simulation namespace
parent 5e330270
# See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
...@@ -16,7 +16,7 @@ setup( ...@@ -16,7 +16,7 @@ setup(
entry_points=(""" entry_points=("""
[console_scripts] [console_scripts]
dream_platform=dream.platform:main dream_platform=dream.platform:main
dream_simulation=simulation.LineGenerationJSON:main dream_simulation=dream.simulation.LineGenerationJSON:main
"""), """),
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment