Welcome, so you are thinking about contributing? Awesome, this a great place to start.
git clone git@github.com:williambelle/elide-text.git
cd elide-text
tox
git tag -a v<version> -m "Tagging the v<version> release"
)python setup.py sdist bdist_wheel
twine upload dist/*
The MIT License (MIT)
See the LICENSE file for more details.