diff options
author | Christopher Baines <mail@cbaines.net> | 2016-09-05 07:21:58 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2016-09-05 07:22:49 +0100 |
commit | 1019f2ee961d935d8ace373083059fd6e1699d16 (patch) | |
tree | c2058625f6ae522603322b52101a46fdcd086805 /README | |
parent | 4d22bc5da177188a4dcae2a116c9efa2603b38b4 (diff) | |
download | guix-python-integration-project-1019f2ee961d935d8ace373083059fd6e1699d16.tar guix-python-integration-project-1019f2ee961d935d8ace373083059fd6e1699d16.tar.gz |
Add information about guix-pypi-utils
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,8 +18,13 @@ presence of similar files found in different packages, and integration testing between different package by attempting to build all packages with the latest versions of their dependencies. +The necessary code is in a [library (guix-pypi-utils)][3], so that it is not +specific to any one PyPI. The README for guix-pypi-utils also contains more +information about the implementation. + [1]: https://pypi.org/ [2]: https://pypi.python.org/pypi/pip +[3]: http://git.cbaines.net/guix-pypi-utils/about Getting started --------------- |