forked from Lainports/freebsd-ports
With it, you can manage your Github resources (repositories, user profiles, organizations, etc.) from Python scripts. It covers the full API, and all methods are tested against the real Github site. WWW: http://vincent-jacques.net/PyGithub PR: ports/168660 Submitted by: koobs <koobs.freebsd@gmail.com>
12 lines
451 B
Python
12 lines
451 B
Python
--- ./setup.py.orig 2012-06-04 19:29:37.000000000 +1000
|
|
+++ ./setup.py 2012-06-04 19:29:46.000000000 +1000
|
|
@@ -54,9 +54,6 @@
|
|
packages = [
|
|
"github",
|
|
],
|
|
- data_files = [
|
|
- ( "", [ "ReadMe.md", "COPYING", "COPYING.LESSER", "doc/ReferenceOfClasses.md", "doc/ReferenceOfApis.md", "doc/Design.md" ] ),
|
|
- ],
|
|
classifiers=[
|
|
"Development Status :: 5 - Production/Stable",
|
|
"Environment :: Web Environment",
|