1234567891011121314151617181920 |
- Description: Include setup.cfg in SOURCES.txt
- Author: Jelmer Vernooij <jelmer@debian.org>
- --- dulwich-0.9.1.orig/dulwich.egg-info/SOURCES.txt
- +++ dulwich-0.9.1/dulwich.egg-info/SOURCES.txt
- @@ -3,6 +3,7 @@ MANIFEST.in
- Makefile
- NEWS
- README.md
- +setup.cfg
- setup.py
- bin/dul-daemon
- bin/dul-receive-pack
- @@ -170,4 +170,4 @@ dulwich/tests/data/trees/70/c190eb48fa8b
- examples/clone.py
- examples/config.py
- examples/diff.py
- -examples/latest_change.py
- \ No newline at end of file
- +examples/latest_change.py
|