Skip to content

Commit dac4956

Browse files
Cut 0.2.0 (#9)
1 parent 68ee569 commit dac4956

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

files/usr/local/bin/publish.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ sed -i "s/$VERSION_PLACEHOLDER/version='$VERSION',/" $PROJECT_DIR/setup.py
1616

1717
DIST_DIR=$PROJECT_DIR/dist
1818
python setup.py sdist --dist-dir $DIST_DIR
19-
twine upload dist/wayscript-legacy-$VERSION.tar.gz
19+
20+
twine upload ./dist/wayscript-$VERSION.tar.gz

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
install_requires=['slack-sdk', 'requests>=2.22.0'],
2121
url="https://github.com/wayscript/wayscript-python",
2222
package_dir={'': 'src'},
23-
packages=["wayscript"],
23+
packages=setuptools.find_packages(where="src"),
2424
license='MIT',
2525
classifiers=[
2626
"Development Status :: 4 - Beta",

src/wayscript/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)