11 lines
188 B
INI
11 lines
188 B
INI
[aliases]
|
|
release = dists build_sphinx upload upload_docs
|
|
dists = clean --all sdist bdist_wheel
|
|
test = pytest
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[upload]
|
|
repository = https://upload.pypi.org/legacy/
|