Commit d205d6c5 authored by panos's avatar panos

Code that make executable the extended workplan extraction code

parent fb2ab2fe
'''
Created on 3 Jun 2015
@author: Panos
'''
from distutils.core import setup
import py2exe
setup(console=['C:\Eclipseworkspace\dreamgui\dream\dream\KnowledgeExtraction\PilotCases\JobShop\ExtendedWorkplanExtraction.py'],
options={
"py2exe": {
"includes": ["decimal"]
}
}
)
\ No newline at end of file
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