We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0518cfd commit 90c64b9Copy full SHA for 90c64b9
release.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
rm -rf ./build/*
3
-rm ./dist/*
+rm -rf ./dist/*
4
python setup.py sdist bdist_wheel
5
twine upload dist/*
setup.py
@@ -30,7 +30,7 @@
30
python_requires=">=3.7.0",
31
url="https://github.com/piccolo-orm/piccolo",
32
packages=find_packages(exclude=("tests",)),
33
- package_data={"": ["templates/"], "piccolo": ["py.typed"]},
+ package_data={"": ["templates/*"], "piccolo": ["py.typed"]},
34
install_requires=REQUIREMENTS,
35
license="MIT",
36
classifiers=[
0 commit comments