diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-03-12 10:07:59 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-03-12 10:07:59 +0000 |
commit | aeb5adc715816a3a2387fe303e689bcb764a6b0b (patch) | |
tree | 6a8648c493367bb3a6172590a9f569293eb06d11 /misc/Makefile | |
parent | 70e597f1448feb5f83adefc154598319ea077c38 (diff) |
Yolk is a Python library and command-line tool for obtaining information
about packages installed by setuptools and packages on PyPI (Python Package
Index a.k.a. The Cheese Shop).
WWW: http://tools.assembla.com/yolk/
Notes
Notes:
svn path=/head/; revision=187196
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index ac7758440cb8..bd24b004faef 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -386,6 +386,7 @@ SUBDIR += py-distutils SUBDIR += py-osd SUBDIR += py-pexpect + SUBDIR += py-yolk SUBDIR += pybliographer SUBDIR += pylize SUBDIR += pypanda |