8000 Update setup.py · jgchavez-cl/server-client-python@0fc769c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fc769c

Browse files
author
Russell Hay
authored
Update setup.py
1 parent cd8969b commit 0fc769c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name='tableauserverclient',
88
version='0.1',
9-
author='Tableau Software',
9+
author='Tableau',
1010
author_email='github@tableau.com',
1111
url='https://github.com/tableau/server-client-python',
1212
packages=['tableauserverclient', 'tableauserverclient.models', 'tableauserverclient.server',
@@ -20,4 +20,4 @@
2020
tests_require=[
2121
'requests-mock>=1.0,<1.1a0'
2222
]
23-
)
23+
)

0 commit comments

Comments
 (0)
0