8000 MANIFEST.in: Add docs and test data (#780) · tableau/server-client-python@f64fcf9 · GitHub
[go: up one dir, main page]

Skip to content

Commit f64fcf9

Browse files
jayvdbChris Shinmaddy-at-leisure
authored
MANIFEST.in: Add docs and test data (#780)
* Update publish_workbook.py (#694) * Update publish_workbook.py Added below arguments, without this there is a sign-in error on publishing a test file to Tableau Online parser.add_argument('--sitename', '-S', default='', help='sitename required') tableau_auth = TSC.TableauAuth(args.username, password,site_id=args.sitename) * Update publish_workbook.py Edits (as requested) to publish workbooks on Tableau Online which removes the Sign-in Error. * Update publish_workbook.py * Merge pull request #745 from tableau/fix_732 Server versions before 2020.1 do not accept encoded query param delimiters * Merge pull request #757 from tableau/fix_754 Fixes issue #754 by moving file read logic inside generator * Updates changelog for v0.14.1 * MANIFEST.in: Add docs and test data Closes #779 Co-authored-by: Chris Shin <cshin@tableau.com> Co-authored-by: Madhura Selvarajan <MADHURA0910@GMAIL.COM>
1 parent 88a0188 commit f64fcf9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

MANIFEST.in

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,22 @@ include versioneer.py
22
include tableauserverclient/_version.py
33
include LICENSE
44
include LICENSE.versioneer
5+
include README.md
6+
include CHANGELOG.md
7+
recursive-include docs *.md
8+
recursive-include samples *.py
9+
recursive-include samples *.txt
10+
recursive-include smoke *.py
11+
recursive-include test *.csv
12+
recursive-include test *.dict
13+
recursive-include test *.hyper
14+
recursive-include test *.json
15+
recursive-include test *.pdf
16+
recursive-include test *.png
17+
recursive-include test *.py
18+
recursive-include test *.tde
19+
recursive-include test *.tds
20+
recursive-include test *.tdsx
21+
recursive-include test *.twb
22+
recursive-include test *.twbx
23+
recursive-include test *.xml

0 commit comments

Comments
 (0)
0