aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-06-23 21:56:55 +0000
committerMike Crute <mike@crute.us>2019-06-23 21:57:23 +0000
commit1710880bd44fe0e6fa95b7dfe01926941c0df991 (patch)
treeae4c68790e7f66ac5a84597e44740733f7318c02 /CONTRIBUTING.rst
parentd9e353e7f19da741dcf372246b4d5640cb788488 (diff)
downloadpydora-1710880bd44fe0e6fa95b7dfe01926941c0df991.tar.bz2
pydora-1710880bd44fe0e6fa95b7dfe01926941c0df991.tar.xz
pydora-1710880bd44fe0e6fa95b7dfe01926941c0df991.zip
Remove setup.py validate targetrelease-2.0.0
This target was just a legacy alias for release.
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 96161c1..7e95437 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -16,5 +16,5 @@ your changes. To have the best experience contributing, please:
16All code is reviewed before acceptance and changes may be requested to better 16All code is reviewed before acceptance and changes may be requested to better
17follow the conventions of the existing API. 17follow the conventions of the existing API.
18 18
19The build system runs ``python setup.py validate`` on all supported Python 19The build system runs ``python setup.py release`` on all supported Python
20versions. You can, and should, run this on your pull request before submitting. 20versions. You can, and should, run this on your pull request before submitting.