File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ pip3 install pysimplesql
39
39
import PySimpleGUI as sg
40
40
import pysimplesql as ss # <=== PySimpleSQL lines will be marked like this. There's only a few!
41
41
42
- # Define our layout. We will use the pysimplesql .record() convenience function to create the controls
42
+ # Define our layout. We will use the PySimpleSQL .record() convenience function to create the controls
43
43
layout = [
44
44
ss.record(' Restaurant' , ' name' ),
45
45
ss.record(' Restaurant' , ' location' ),
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ def readme():
11
11
requirements = ['PySimpleGUI' ]
12
12
13
13
setuptools .setup (
14
- name = "pysimplesql " ,
14
+ name = "PySimpleSQL " ,
15
15
version = "0.0.1" ,
16
16
author = "Jonathan Decker" ,
17
- author_email = "pysimplesql @gmail.com" ,
17
+ author_email = "PySimpleSQL @gmail.com" ,
18
18
description = "sqlite3 database binding for PySimpleGUI" ,
19
19
long_description = readme (),
20
20
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments