dpl 1.5.3.travis.264.1 → 1.5.3.travis.265.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/README.md +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ODgwMjkxNjI3YTFhODg5OTRlMzBmZWIyZGRlNzI4NDg4NjVjYmNhNw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YjljMjM2MmJiNzdjMjc2ODAwN2VmZDI1MjM2NGI5OTdkMzE0MmE4Yg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MzMzZGZhYjNlMzdkZjJiNjNiNDJiMmVjYzFmYjY0NzEwYWVmMzgwOWI3Mzdh
|
|
10
|
+
MmJlYzQ0OWU4ZGVjNWM0ZDY2ZTQwZDA5YzM1MWY3N2U0MWE0ZDA4NWU2YjRi
|
|
11
|
+
MjFkMWZkNzdmZTg4MmU4OTA1ZDZlZDU3ZTFlYzJhODRmYTM0NGQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
N2YwYTQ2NzE1YTc2ZjdmMzk3NmQ1ZmM4MjkwZDE3Yzk5Njg0NjM2MWYxMmE2
|
|
14
|
+
MmE0Njk1M2ZiYjhkODE0YmQ2YmU4NGZjOGI3NGI1ZDk4OWMzNDA0ODI0MTU0
|
|
15
|
+
MzEyYzU5NmU0Yjg2ZGQ3OWI4OTA5ZDUyYWNjY2JkZWQzMTQ0ZWM=
|
data/README.md
CHANGED
|
@@ -133,6 +133,7 @@ As a rule of thumb, you should switch to the Git strategy if you run into issues
|
|
|
133
133
|
* **password**: PyPI Password.
|
|
134
134
|
* **server**: Optional. Only required if you want to release to a different index. Follows the form of "https://mypackageindex.com/index".
|
|
135
135
|
* **distributions**: A space-separated list of distributions to be uploaded to PyPI. Defaults to 'sdist'.
|
|
136
|
+
* **docs_dir**: A path to the directory to upload documentation from. Defaults to 'build/docs'
|
|
136
137
|
|
|
137
138
|
#### Examples:
|
|
138
139
|
|