distutils + mercurial good practice question
Steven D'Aprano
steve+comp.lang.python at pearwood.info
Wed Feb 22 19:52:50 EST 2012
More information about the Python-list mailing list
Wed Feb 22 19:52:50 EST 2012
- Previous message (by thread): Python math is off by .000000000000045
- Next message (by thread): ANN: pyprimes 0.1 released
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
distutils generates a number of files automatically in my projects, including MANIFEST, build/* and dist/* Is there any reason why I would want or need to track them in mercurial? I currently have this .hgignore file: syntax: glob *.pyc *~ exclude/* build/* dist/* MANIFEST Good practice or bad practice? -- Steven
- Previous message (by thread): Python math is off by .000000000000045
- Next message (by thread): ANN: pyprimes 0.1 released
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list