File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change
1
+ README.html
2
+ virtualenvwrapper.egg-info
3
+ paver-minilib.zip
4
+ setup.py
Original file line number Diff line number Diff line change 28
28
29
29
# What project are we building?
30
30
PROJECT = 'virtualenvwrapper'
31
-
32
- # What version is this? (take from path in svn tree)
33
- VERSION = path (os .getcwd ()).name
34
- os .environ ['VERSION' ] = VERSION
31
+ VERSION = '1.7'
35
32
36
33
# Read the long description to give to setup
37
- README = path ('README' ).text ()
34
+ README_FILE = 'README'
35
+ README = path (README_FILE ).text ()
38
36
39
37
# Scan the input for package information
40
38
# to grab any data files (text, images, etc.)
@@ -121,5 +119,5 @@ def html():
121
119
# FIXME - Switch to sphinx?
122
120
outfile = path ('README.html' )
123
121
outfile .unlink ()
124
- sh ('rst2html.py README README.html' )
122
+ sh ('rst2html.py %s README.html' % README_FILE )
125
123
return
You can’t perform that action at this time.
0 commit comments