ch3ll0v3k / pybox2d

Automatically exported from code.google.com/p/pybox2d
Other
0 stars 0 forks source link

Reorganize the repository #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A more pythonic repository will make it simple for new people to checkout
and install the library

the new format would be:

INSTALL     all the info on installing the library on linux/windows/osx
README      a simple description of the library and the project
LICENSE     the license
setup.py    the new setuptools based setup?
Box2d/      the old directory or maybe it could be box2d2 to be compliant
to PEP-8
testbed/    the now Python/testbed directory
contrib/    Should this directory stay? maybe we can move one level down to
be like trunk, branches, tag, wiki, contrib. Maybe also a README there to
explain each of the projects

Original issue reported on code.google.com by santagada on 29 Oct 2008 at 7:37

GoogleCodeExporter commented 8 years ago
Looking good. With snickell's recommendation, let's leave it as Box2D and then 
change
the package name to Box2D (Box2D2 showing a deprecation warning). 

contrib/ can be removed until we find something useful.
doc/ will also be in there.

Online documentation will have to be updated; readme updated; consolidate/use 
that
one license file to show pybox2d and box2d's license information; let's move
screenshots to a tag to get them out of the trunk (stupid place for them).

Anything else?

Original comment by sir...@gmail.com on 30 Oct 2008 at 2:38

GoogleCodeExporter commented 8 years ago
New branch here:
 http://code.google.com/p/pybox2d/source/browse/branches/new_setup/
Still needs a good deal of work with setup.py and some documentation updates.

Original comment by sir...@gmail.com on 30 Oct 2008 at 9:35

GoogleCodeExporter commented 8 years ago

Original comment by sir...@gmail.com on 4 Jan 2009 at 7:55