Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 5007151

Browse files
committed
Added missing support files to source distribution.
1 parent b409ffd commit 5007151

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deploy:
1010
on:
1111
branch: master
1212
provider: pypi
13-
distribution: bdist_wheel sdist
13+
distribution: 'bdist_wheel sdist'
1414
skip_upload_docs: true
1515
user: phx
1616
password:

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include LICENSE
22
recursive-include examples *.py
3-
recursive-include test *.py
3+
recursive-include test *.py *.csv

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
name = 'PyOTA',
2222
description = 'IOTA API library for Python',
2323
url = 'https://github.com/iotaledger/iota.lib.py',
24-
version = '2.0.0b1',
24+
version = '2.0.0b2',
2525

2626
long_description = long_description,
2727

0 commit comments

Comments
 (0)