We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092ddb6 commit 44baaf7Copy full SHA for 44baaf7
setup.py
@@ -3,14 +3,15 @@
3
from setuptools import setup
4
5
package_name = "dbt-sqlite"
6
-package_version = "0.1.0"
+package_version = "0.1.1"
7
description = """A SQLite adapter plugin for dbt (data build tool)"""
8
+long_description = "Please see the github repository for detailed information"
9
10
setup(
11
name=package_name,
12
version=package_version,
13
description=description,
- long_description=description,
14
+ long_description=long_description,
15
author='Jeff Chiu',
16
author_email='jeff@codefork.com',
17
url='https://github.com/codeforkjeff/dbt-sqlite',
0 commit comments