diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 12:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 12:35:49 +0000 |
commit | 75b26ec54a9dff4a35353c26f4db6aa1c858add3 (patch) | |
tree | f1aab4f79a75e9c51cf05852bb01c0e312a618ac | |
parent | Releasing debian version 1.9.1-2. (diff) | |
download | iredis-75b26ec54a9dff4a35353c26f4db6aa1c858add3.tar.xz iredis-75b26ec54a9dff4a35353c26f4db6aa1c858add3.zip |
Adding README.source.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/README.source | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..5391704 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,8 @@ +iredis +====== + +setup.py used to build iredis has been generated with dephell (not in Debian yet, #962574): + + $ dephell deps convert --from pyproject.toml --to setup.py + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 07 Feb 2021 08:10:31 +0100 |