[issue16729] Document how to provide defaults for setup.py commands options

2020-10-22 Thread Éric Araujo

Change by Éric Araujo :


--
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16729] Document how to provide defaults for setup.py commands options

2019-04-26 Thread Mark Lawrence


Change by Mark Lawrence :


--
nosy:  -BreamoreBoy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16729] Document how to provide defaults for setup.py commands options

2014-07-15 Thread Éric Araujo

Éric Araujo added the comment:

In my opinion it's easier and more common to put default options in a setup.cfg 
file, rather than in the Python code.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16729] Document how to provide defaults for setup.py commands options

2014-07-15 Thread Mark Lawrence

Mark Lawrence added the comment:

@Eric could you comment on this please.

--
components:  -Distutils2
nosy: +BreamoreBoy, dstufft
versions:  -Python 2.6, Python 3.1, Python 3.2, Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16729] Document how to provide defaults for setup.py commands options

2012-12-19 Thread anatoly techtonik

New submission from anatoly techtonik:

The way to override defaults for setup.py commands is not documented. For 
example, to change to name of build and dist dirs from setup.py, the following 
entry should be added to setup parameters:

options={
'build': {'build_base': '__build__'},
'sdist': {'dist_dir': '__build__/dist'},
}

An example would be extremely helpful at
http://docs.python.org/2/install/index.html#how-building-works

tag:easy
http://thread.gmane.org/gmane.comp.python.distutils.devel/16434
issue16299

--
assignee: eric.araujo
components: Distutils, Distutils2, Documentation
messages: 177742
nosy: alexis, eric.araujo, tarek, techtonik
priority: normal
severity: normal
status: open
title: Document how to provide defaults for setup.py commands options
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 
3.4, Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com