Skip to content

Commit cb08004

Browse files
committed
Updated readme & package
1 parent 270aee2 commit cb08004

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Python package built on top of the sqlite3 module made specifically for SQLite
44

55
Make sure to have the latest version of Python 3 installed although this should work with previous versions.
66

7-
To install/update the package with pip enter command in terminal:
7+
To install the package with pip enter command in terminal:
88
pip install connectwrap
99

1010
To uninstall the package with pip enter command in terminal:

dist/connectwrap-1.0.tar.gz

-7.77 KB
Binary file not shown.

dist/connectwrap-1.1.tar.gz

7.75 KB
Binary file not shown.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
setup(
77
name='connectwrap',
8-
version='1.0',
8+
version='1.1',
99
packages=find_packages(exclude=['tests*']),
1010
license='MIT',
11-
description='A Python package for SQLite database management & object relational mapping',
11+
description='A Python package for SQLite database management & object relational mapping.',
1212
long_description=open('README.txt').read(),
1313
long_description_content_type='text/markdown',
1414
url='https://github.com/CodeConfidant/connectwrap-sqlite3',

0 commit comments

Comments
 (0)