ports/devel/py-pygithub/files/patch-setup.py
Sofian Brabez 6068720593 - Update to 1.8.0
- Add regression-test target

PR:		ports/172383
Submitted by:	Kubilay Kocak <koobs.freebsd at gmail.com>
Feature safe:	yes
2012-10-18 11:07:45 +00:00

12 lines
412 B
Python

--- ./setup.py.orig 2012-10-06 17:07:20.000000000 +1000
+++ ./setup.py 2012-10-06 17:07:31.000000000 +1000
@@ -68,9 +68,6 @@
"github",
"github.tests",
],
- package_data = {
- "github": [ "ReadMe.md", "COPYING*", "doc/*.md", "tests/ReplayData/*.txt" ]
- },
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",