FND / tiddlywebplugins.bfw

Barely Functioning Wiki, emphasizing micro-content
0 stars 2 forks source link

i{builder,maker} packaging #15

Closed FND closed 11 years ago

FND commented 11 years ago

thanks to @cdent, stylistic adjustments by @FND

FND commented 11 years ago

It appears there's something missing still. In a fresh virtualenv:

$ pip install .../bfw/dist/tiddlywebplugins.bfw-0.0.1.tar.gz
$ cp .../bfw/bfwinstance ./ # this shouldn't be necessary
$ ./bfwinstance my-bfw
OSError: [Errno 2] No such file or directory: 'venv/lib/python2.7/site-packages/tiddlywebplugins/bfw/resources/store/bags'

Presumably we're missing a scripts entry in setup.py as well as a MANIFEST.in, but I'll need to look into this another time.

FND commented 11 years ago

cherry-picked rather than merged (due to a somewhat inane and slightly botched clean-up effort)