ports/www/py-django-dpaste/files/patch-setup.py
Kubilay Kocak dadb749d43 www/py-django-dpaste: Pastebin application that powers dpaste.de [NEW PORT]
dpaste is a Django based pastebin. It's intended to run separately but its
also possible to be installed into an existing Django project like a regular
app. You can find a live example on dpaste.de

WWW: https://github.com/bartTC/dpaste/
2013-12-08 13:17:41 +00:00

11 lines
361 B
Python

--- ./setup.py.orig 2013-12-07 23:20:33.881977668 +1100
+++ ./setup.py 2013-12-07 23:20:46.477070760 +1100
@@ -24,7 +24,7 @@
packages=find_packages(),
package_data={'dpaste': ['static/*.*', 'templates/*.*']},
- scripts=('manage.py',),
+ include_package_data=True,
install_requires=(
'django>=1.4',
'django-mptt>=0.6.0',