opnsense-ports/www/py-django-annotations/files/patch-setup.py
Franco Fichtner 302a6d04a9 */*: sync with upstream
Taken from: FreeBSD
2016-04-21 08:13:44 +02:00

13 lines
448 B
Python

--- setup.py.orig 2016-04-14 21:10:12 UTC
+++ setup.py
@@ -0,0 +1,10 @@
+#!/usr/bin/env python
+
+from distutils.core import setup
+
+setup(name='django-annotations',
+ version='0.0.0.2016041401',
+ packages=['annotation/migrations', 'annotation', 'annotator/settings', 'annotator', 'enqueue/migrations', 'enqueue'],
+ scripts=['annotations.py'],
+ package_data={'annotation': ['static/js/annotator.min.js', 'templates/*']},
+)