ports/devel/py-pygithub/files/patch-setup.py
Kubilay Kocak 0c3dede62e devel/py-pygithub: Update to 1.21.0
- Update to 1.21.0
- Enable STAGE support, delete pkg-plist acordingly
- Enable AUTOPLIST
- Switch to setuptools
- Remove USE_ZIP, distribution file is now tar.gz
- pkg-descr: Update WWW: URL
- pkg-descr: Tab->space in WWW:
- Repatch setup.py

Changes:

 http://jacquev6.github.io/PyGithub/changes.html
2013-11-30 15:22:06 +00:00

12 lines
431 B
Python

--- ./setup.py.orig 2013-12-01 01:57:47.387343670 +1100
+++ ./setup.py 2013-12-01 01:58:01.182641877 +1100
@@ -73,9 +73,6 @@
"github",
"github.tests",
],
- package_data={
- "github": ["ReadMe.rst", "COPYING*", "tests/ReplayData/*.txt"]
- },
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",