Added package variable for generating "exe" file with pyinstaller

pull/2202/head
Ozzie Isaacs 3 years ago
parent a1d372630d
commit ec7c2db971

@ -19,6 +19,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__package__ = "cps"
import sys
import os

Loading…
Cancel
Save