2015-12-20 03:29:56 +00:00
|
|
|
[aliases]
|
2016-08-09 13:50:49 +00:00
|
|
|
release = dists build_sphinx upload upload_docs
|
|
|
|
dists = clean --all sdist bdist_wheel
|
2015-12-20 03:29:56 +00:00
|
|
|
test = pytest
|
|
|
|
|
|
|
|
[wheel]
|
|
|
|
universal = 1
|
2016-08-09 13:50:49 +00:00
|
|
|
|
|
|
|
[upload]
|
|
|
|
repository = https://upload.pypi.org/legacy/
|