[Checkins] SVN: z3c.caching/trunk/ Move code to src subdirectory

Wichert Akkerman wichert at wiggy.net
Mon Dec 28 14:36:54 EST 2009


Why? I've never seen a decent rational for doing that, and it makes the 
paths needlessly deep.


On 2009-12-28 17:41, Matthew Wilkes wrote:
> Log message for revision 107220:
>    Move code to src subdirectory
>
> Changed:
>    U   z3c.caching/trunk/setup.py
>    A   z3c.caching/trunk/src/
>    A   z3c.caching/trunk/src/z3c/
>    D   z3c.caching/trunk/z3c/
>
> -=-
> Modified: z3c.caching/trunk/setup.py
> ===================================================================
> --- z3c.caching/trunk/setup.py	2009-12-28 16:04:23 UTC (rev 107219)
> +++ z3c.caching/trunk/setup.py	2009-12-28 16:41:55 UTC (rev 107220)
> @@ -21,7 +21,8 @@
>         url                   = "",
>         license               = "ZPL",
>         namespace_packages    = ["z3c"],
> -      packages              = find_packages(exclude=["ez_setup"]),
> +      packages              = find_packages("src", exclude=["ez_setup"]),
> +      package_dir	    = {"": "src"},
>         include_package_data  = True,
>         zip_safe              = False,
>         install_requires      = [
>
> _______________________________________________
> checkins mailing list
> checkins at zope.org
> https://mail.zope.org/mailman/listinfo/checkins


-- 
Wichert Akkerman <wichert at wiggy.net>   It is simple to make things.
http://www.wiggy.net/                  It is hard to make things simple.


More information about the checkins mailing list