Preparing for PyPi submission.

This commit is contained in:
William Pietri
2017-12-04 14:11:27 -08:00
parent 1a8d63317b
commit 7a39d7e271
16 changed files with 1101 additions and 227 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
#
# A command-line script for running the cli if
# you haven't installed it using pip. Mainly
# useful for developers, I think.
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd ${DIR}
pipenv run -- python -m sucks.cli "$@"