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
4db1718a
Unverified
Commit
4db1718a
authored
Nov 19, 2018
by
AJ Fite
🛫
Browse files
Trying to fix
#4
parent
b21d806d
Changes
2
Hide whitespace changes
Inline
Side-by-side
SimfPythonGUI/guientry.py
0 → 100644
View file @
4db1718a
#!/usr/bin/env python
import
SimfPythonGUI
def
main
():
SimfPythonGUI
.
main
.
main
()
if
__name__
==
'__main__'
:
main
()
setup.py
View file @
4db1718a
...
...
@@ -17,7 +17,7 @@ setuptools.setup(
packages
=
setuptools
.
find_packages
(),
package_data
=
{
'SimfPythonGUI'
:
[
'*.ui'
]},
entry_points
=
{
'gui_scripts'
:
[
'simfgui = SimfPythonGUI.
main
:main'
],
'gui_scripts'
:
[
'simfgui = SimfPythonGUI.
guientry
:main'
],
},
data_files
=
[(
''
,
[
'LICENSE.md'
])],
install_requires
=
[
'PyQt5'
,
'watchdog'
],
...
...
Write
Preview
Supports
Markdown
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