mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
bb35c9481c
PR: 199162 Submitted by: Marco Bröder (maintainer) MFH: 2015Q2 Security: https://vuxml.freebsd.org/freebsd/e426eda9-dae1-11e4-8107-94de806b0af9.html
12 lines
527 B
Python
12 lines
527 B
Python
--- setup.py.orig 2015-03-25 01:54:01 UTC
|
|
+++ setup.py
|
|
@@ -75,7 +75,7 @@ setup(name='dulwich',
|
|
The project is named after the part of London that Mr. and Mrs. Git live in
|
|
in the particular Monty Python sketch.
|
|
""",
|
|
- packages=['dulwich', 'dulwich.tests', 'dulwich.tests.compat', 'dulwich.contrib'],
|
|
+ packages=['dulwich', 'dulwich.contrib'],
|
|
package_data={'': ['../docs/tutorial/*.txt']},
|
|
scripts=['bin/dulwich', 'bin/dul-receive-pack', 'bin/dul-upload-pack'],
|
|
classifiers=[
|