Skip to content

Commit 44baaf7

Browse files
committed
bump version to 0.1.1, add long description for PyPI
1 parent 092ddb6 commit 44baaf7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
from setuptools import setup
44

55
package_name = "dbt-sqlite"
6-
package_version = "0.1.0"
6+
package_version = "0.1.1"
77
description = """A SQLite adapter plugin for dbt (data build tool)"""
8+
long_description = "Please see the github repository for detailed information"
89

910
setup(
1011
name=package_name,
1112
version=package_version,
1213
description=description,
13-
long_description=description,
14+
long_description=long_description,
1415
author='Jeff Chiu',
1516
author_email='jeff@codefork.com',
1617
url='https://github.com/codeforkjeff/dbt-sqlite',

0 commit comments

Comments
 (0)