teach setuptools how to build an official tahoe source tarball #146

Closed
opened 2007-09-24 22:28:10 +00:00 by zooko · 1 comment
zooko commented 2007-09-24 22:28:10 +00:00
Owner

The best way would probably be to teach setuptools how to detect that a file is registered in the revision control system:

The second-best way would be to give setuptools a recipe for files to include a la MANIFEST.in.

http://peak.telecommunity.com/DevCenter/setuptools#adding-support-for-other-revision-control-systems

The best way would probably be to teach setuptools how to detect that a file is registered in the revision control system: The second-best way would be to give setuptools a recipe for files to include a la MANIFEST.in. <http://peak.telecommunity.com/DevCenter/setuptools#adding-support-for-other-revision-control-systems>
tahoe-lafs added the
unknown
major
enhancement
0.5.1
labels 2007-09-24 22:28:10 +00:00
tahoe-lafs added this to the 0.6.1 milestone 2007-09-24 22:28:10 +00:00
tahoe-lafs added
packaging
and removed
unknown
labels 2007-09-28 02:27:42 +00:00
zooko commented 2007-10-03 22:33:32 +00:00
Author
Owner

fixed by:

http://pypi.python.org/pypi/setuptools_darcs_plugin

You have to install that plugin (for example, by running "easy_install setuptools_darcs_plugin") if you want "./setup.py sdist" to include all of the darcs-controlled files in the resulting source tarball.

fixed by: <http://pypi.python.org/pypi/setuptools_darcs_plugin> You have to install that plugin (for example, by running "easy_install setuptools_darcs_plugin") if you want "./setup.py sdist" to include all of the darcs-controlled files in the resulting source tarball.
tahoe-lafs added the
fixed
label 2007-10-03 22:33:32 +00:00
zooko closed this issue 2007-10-03 22:33:32 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#146
No description provided.