Skip to content

Commit 71dab33

Browse files
author
Russell Hay
authored
Fixes #224 (#225)
Adds versioneer license explicitly (copied from the source file) and includes them in the manifest
1 parent bc0a283 commit 71dab33

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Diff for: LICENSE.versioneer

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## License
2+
3+
To make Versioneer easier to embed, all its code is dedicated to the public
4+
domain. The `_version.py` that it creates is also in the public domain.
5+
Specifically, both are released under the Creative Commons "Public Domain
6+
Dedication" license (CC0-1.0), as described in
7+
https://creativecommons.org/publicdomain/zero/1.0/ .

Diff for: MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
include versioneer.py
22
include tableauserverclient/_version.py
3+
include LICENSE
4+
include LICENSE.versioneer

0 commit comments

Comments
 (0)