Bug 754469 - Part 2 - Add blessings to virtualenv

This commit is contained in:
Gregory Szorc 2012-06-01 21:30:26 +02:00
parent 87e80e2f94
commit aebe0880d0
3 changed files with 7 additions and 5 deletions

View File

@ -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

View File

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

View File

@ -12,6 +12,7 @@ include $(DEPTH)/config/autoconf.mk
# Paths here are topsrcdir-relative, and
# must be in dependency-order.
setuptools_packages := \
build/pylib/blessings \
other-licenses/simplejson-2.1.1 \
testing/mozbase/manifestdestiny \
testing/mozbase/mozinfo \