mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
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/
11 lines
361 B
Python
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',
|