We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0a283 commit 71dab33Copy full SHA for 71dab33
LICENSE.versioneer
@@ -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/ .
MANIFEST.in
@@ -1,2 +1,4 @@
include versioneer.py
include tableauserverclient/_version.py
+include LICENSE
+include LICENSE.versioneer
0 commit comments