Changeset - e1f5452f36b2
[Not reviewed]
0 1 0
Lance Edgar - 8 years ago 2016-10-04 12:57:19
ledgar@sacfoodcoop.com
Don't register package on PyPI, per new rules (?)

Apparently that's not required / supported any longer, oh well.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
fabfile.py
Show inline comments
 
@@ -39,7 +39,7 @@ def release(docs='false'):
 
    Release a new version of `rattail`.
 
    """
 
    shutil.rmtree('rattail.egg-info')
 
    local('python setup.py sdist --formats=gztar register upload')
 
    local('python setup.py sdist --formats=gztar upload')
 

	
 
    # docs
 
    if docs.lower() == 'true':
0 comments (0 inline, 0 general)