File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44.PHONY : build pkg sdist egg install clean rpm doc
55
66HTML_DOCS := README.html INSTALL.html CHANGES.html
7- CSS_FILE := src /data/funkload.css
7+ CSS_FILE := funkload /data/funkload.css
88RST2HTML := rst2html.py -t --stylesheet-path=$(CSS_FILE ) --embed-stylesheet
99TARGET := cvs.in.nuxeo.com:~/public_public_html/funkload
1010
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ See the demo_ folder contents and a report_ example.
148148For package installed with easy_install you need to run ``fl-install-demo``
149149to extract the demo examples.
150150
151- .. _demo: http://svn.nuxeo.org/trac/pub/browser/funkload/trunk/src /demo/
151+ .. _demo: http://svn.nuxeo.org/trac/pub/browser/funkload/trunk/funkload /demo/
152152.. _report: http://funkload.nuxeo.org/report-example.pdf
153153
154154Credits
Original file line number Diff line number Diff line change 2525ez_setup .use_setuptools ()
2626from setuptools import setup , find_packages
2727#from distutils.core import setup
28- from src .version import __version__
28+ from funkload .version import __version__
2929
3030setup (
3131 name = "funkload" ,
105105 license = 'GPL' ,
106106 keywords = 'testing benching load performance functional monitoring' ,
107107 packages = ['funkload' ],
108- package_dir = { 'funkload' : 'src' } ,
108+ package_dir = find_packages () ,
109109 scripts = ['scripts/fl-monitor-ctl' , 'scripts/fl-credential-ctl' ,
110110 'scripts/fl-run-bench' , 'scripts/fl-run-test' ,
111111 'scripts/fl-build-report' ,
135135 'demo/cmf/*' , 'demo/xmlrpc/*' ,
136136 'demo/*.txt' ,
137137 'tests/*' ,]},
138- test_suite = "src .tests.test_Install.test_suite" ,
138+ test_suite = "funkload .tests.test_Install.test_suite" ,
139139 )
You can’t perform that action at this time.
0 commit comments