Merge remote-tracking branch 'cboos/bdist_wininst'
This commit is contained in:
6
setup.py
6
setup.py
@@ -1,4 +1,4 @@
|
|||||||
# -*- coding: UTF-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# coding: UTF-8
|
# coding: UTF-8
|
||||||
#
|
#
|
||||||
# Copyright 2010-2012 The pygit2 contributors
|
# Copyright 2010-2012 The pygit2 contributors
|
||||||
@@ -44,6 +44,8 @@ from distutils import log
|
|||||||
sys.path.insert(0, 'pygit2')
|
sys.path.insert(0, 'pygit2')
|
||||||
from version import __version__
|
from version import __version__
|
||||||
|
|
||||||
|
u = lambda s: s if sys.version_info[0] > 2 else unicode(s, 'utf-8')
|
||||||
|
|
||||||
|
|
||||||
# Use environment variable LIBGIT2 to set your own libgit2 configuration.
|
# Use environment variable LIBGIT2 to set your own libgit2 configuration.
|
||||||
libgit2_path = os.getenv("LIBGIT2")
|
libgit2_path = os.getenv("LIBGIT2")
|
||||||
@@ -171,7 +173,7 @@ setup(name='pygit2',
|
|||||||
url='http://github.com/libgit2/pygit2',
|
url='http://github.com/libgit2/pygit2',
|
||||||
classifiers=classifiers,
|
classifiers=classifiers,
|
||||||
license='GPLv2',
|
license='GPLv2',
|
||||||
maintainer='J. David Ibáñez',
|
maintainer=u('J. David Ibáñez'),
|
||||||
maintainer_email='jdavid.ibp@gmail.com',
|
maintainer_email='jdavid.ibp@gmail.com',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
packages = ['pygit2'],
|
packages = ['pygit2'],
|
||||||
|
Reference in New Issue
Block a user