Skip to content

Commit

Permalink
Updated setup file for 1.0.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
betterengineering committed Jul 7, 2015
1 parent 89c8c12 commit 2cbea9f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@
build_exe_options = {"packages": ["os", "json", "matplotlib.backends.backend_qt5agg",
"matplotlib.animation", "serial"],
"excludes": ["matplotlib.backends.backend_tkagg", "tkinter"],
"include_files": ["openroast/static", "openroast/recipes", "openroast/modules", "LICENSE"],
"include_files": [
"openroast/static",
"openroast/recipes",
"openroast/modules",
"openroast/VERSION",
"LICENSE"],
"icon": "openroast/static/icons/openroast-windows.ico",
"include_msvcr": True
}
Expand All @@ -44,7 +49,7 @@
if sys.platform == "win32":
base = "Win32GUI"

setup( name = "openroast",
setup( name = "Openroast",
version = version,
description = "An open source cross-platform application for home coffee roasting",
options = {"build_exe": build_exe_options, "bdist_msi": bdist_msi_options,
Expand All @@ -53,7 +58,7 @@
base=base
)],
data_files=matplotlib.get_py2exe_datafiles(),
url = "http://openroast.com",
url = "http://roastero.com",
author = "openroast",
author_email = "[email protected]",
packages = ["openroast"]
Expand Down

0 comments on commit 2cbea9f

Please sign in to comment.