Skip to content

Commit

Permalink
Add variable for Python series
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Jan 11, 2014
1 parent 1fb2169 commit 2f8e582
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -11,7 +11,8 @@ GIT_TAG = $(GIT) tag -au $(GPG_ID)
virtualenv_python = $(virtualenv_directory)/bin/python
python_version_major = 2
python_version_minor = 7
system_python = python$(python_version_major).$(python_version_minor)
python_series = $(python_version_major).$(python_version_minor)
system_python = python$(python_series)
SETUP = ./setup.py
INSTALL_OPTIONS := -O2
UPLOAD_OPTIONS = --sign --identity=$(GPG_ID)
Expand Down

0 comments on commit 2f8e582

Please sign in to comment.