Skip to content

Commit

Permalink
Bumped up the version and disable releasing as Wheel package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juti Noppornpitak committed Feb 27, 2017
1 parent 1b9f523 commit aeb26ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ DOCPREFIX = docs
BUILDDIR = $(DOCPREFIX)/build
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) $(DOCPREFIX)/source
BUILD_PKG_OPT = sdist
RELEASE_OPT = sdist bdist_wheel upload
RELEASE_OPT = sdist upload
#RELEASE_OPT = sdist bdist_wheel upload
LXC_MOUNT_POINT=/opt/src-original
LXC_WORKING_DIR=/opt/src
LXC_TEST_DOCKER_COMMAND=docker run \
Expand Down
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
try:
from setuptools import setup
except:
from distutils.core import setup
from distutils.core import setup

setup(
name = 'imagination',
version = '2.3.6',
version = '2.3.7',
description = 'Reusable Component Framework',
author = 'Juti Noppornpitak',
author_email = 'juti_n@yahoo.co.jp',
Expand Down

0 comments on commit aeb26ac

Please sign in to comment.