humanai / gyp

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

gyp should have a distutils setup.py script #119

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Like any python project, gyp should provide a setup.py script using
distutils.core.setup.

At the same time, gyp should have a version number, this is needed to be
packaged, for example by linux distros.

Excepted targets for setup.py are clean, build and install.
If possible, a check (or test) target would be nice to have too.

Original issue reported on code.google.com by f...@sofaraway.org on 21 Nov 2009 at 8:02