|
From: Kevin A. <al...@se...> - 2002-01-11 05:23:18
|
I've updated setup.py and MANIFEST.in to include the 'components' directory
so distutils will work correctly. I'm thinking about splitting the samples
directory into its own zip. On the files page it would look something like:
prototype
0.6.2
proto-0.6.2.tar.gz
proto-0.6.2.win32.exe
proto-0.6.2.zip
proto-samples-0.6.2.zip
Part of the reason for doing this is that we never figured out how to
prevent distutils from generating .pyc and .pyo files for every .py file. It
is fine to have those for the framework itself, but it makes it annoying to
look through the sample directories when every module and rsrc.py also has
.pyc and .pyo versions. This bothers me, maybe I'm the only one?
Another reason for the split is that the samples can be placed anywhere the
user wants them, only the PythonCardPrototype package needs to be on the
PYTHONPATH.
The big downside is that people would need to download two files. Another
downside is that since samples and framework versions shouldn't be mixed, it
is a good place for users to make a mistake and blame PythonCard.
Suggestions? The zips we've been using are easy for me and work fine, but
I'm all for "market demand" deciding how we do things.
ka
|