Skip to content

Commit 1b99883

Browse files
committed
Fixed typo and mail address in setup.py
1 parent 7f8f1a7 commit 1b99883

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
@@ -4,16 +4,17 @@
44

55
package_name = "dbt-sqlserver"
66
package_version = "0.15.3.1"
7-
description = """A sqlserver adpter plugin for dbt (data build tool)"""
7+
description = """A sqlserver adapter plugin for dbt (data build tool)"""
88

99
setup(
1010
name=package_name,
1111
version=package_version,
1212
description=description,
1313
long_description=description,
1414
long_description_content_type='text/markdown',
15+
license="MIT",
1516
author="Mikael Ene",
16-
author_email="mikael.ene@gmail.com",
17+
author_email="mikael.ene@eneanalytics.com",
1718
url="https://github.com/mikaelene/dbt-sqlserver",
1819
packages=find_packages(),
1920
package_data={

0 commit comments

Comments
 (0)