Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cal Poly Solar Irradiance Microforecasting
SIMF Python GUI
Commits
91472189
Unverified
Commit
91472189
authored
Nov 09, 2018
by
AJ Fite
🛫
Browse files
Add gui script entry point
parent
27097035
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
91472189
...
...
@@ -16,6 +16,9 @@ setuptools.setup(
url
=
"https://git.nclf.net/SIMF/simf-python-gui"
,
packages
=
setuptools
.
find_packages
(),
package_data
=
{
'simf-python-gui'
:
[
'*.ui'
]},
entry_points
=
{
'gui_scripts'
:
[
'simf-gui=simf-python-gui.main:main'
],
},
data_files
=
[(
''
,
[
'LICENSE.md'
])],
install_requires
=
[
'PyQt5'
,
'watchdog'
],
license
=
"MIT"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment