Bug 754469 - Part 2 - Add blessings to virtualenv

This commit is contained in:
Gregory Szorc 2012-06-01 21:30:26 +02:00
Родитель 469ff360fb
Коммит ef71d501e0
3 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@ -1,4 +1,4 @@
Metadata-Version: 1.0
Metadata-Version: 1.1
Name: blessings
Version: 1.3
Summary: A thin, practical wrapper around terminal formatting, positioning, and more

Просмотреть файл

@ -1,6 +1,7 @@
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
blessings/__init__.py

Просмотреть файл

@ -2,10 +2,10 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
@ -20,6 +20,7 @@ setuptools_packages := \
testing/mozbase/mozprocess \
testing/mozbase/mozprofile \
testing/mozbase/mozrunner \
build/pylib/blessings \
$(NULL)