зеркало из https://github.com/mozilla/gecko-dev.git
Bug 754469 - Part 2 - Add blessings to virtualenv
This commit is contained in:
Родитель
469ff360fb
Коммит
ef71d501e0
|
@ -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)
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче