egg_info -R flag is gone

This commit is contained in:
David Lord 2017-07-27 07:32:03 -07:00
parent 851eaa4db7
commit 417bc336de
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -96,7 +96,7 @@ It is useful to distinguish between release and development builds. Add a
tag_date = 1
[aliases]
release = egg_info -RDb ''
release = egg_info -Db ''
Running ``python setup.py sdist`` will create a development package
with ".dev" and the current date appended: ``flaskr-1.0.dev20160314.tar.gz``.