summaryrefslogtreecommitdiff
path: root/docs/setuptools.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add basic tests and docs for python_requiresXavier Fernandez2016-07-141-0/+4
|
* Update link to Resource Management APIMichael Klich2016-06-021-1/+1
|
* Update rationale for the zip_safe flagncoghlan2016-04-121-1/+2
| | | | | | | Importing from a zip file no longer significantly reduces the number of stat calls during import, and may even slow imports down if too many archives are added to sys.path. The outdated rationale was noted by Thomas Güttler on distutils-sig
* Update most bitbucket references to point to Github now. Fixes #422.Jason R. Coombs2016-03-291-1/+1
|
* Point towards SCM plugins for including source filesAlexey Kotlyarov2016-03-201-7/+21
|
* Remove CVS and Subversion references in include_package_data docsAlexey Kotlyarov2016-03-171-61/+35
|
* Override upload command to load passwords from keyring when available and ↵20.1Jason R. Coombs2016-02-111-0/+16
| | | | not otherwise specified.
* Replace upload docs with a reference to distutils docs, asJason R. Coombs2016-02-111-48/+3
| | | | setuptools no longer provides an upload command.
* Add a bit more detail about the setup script and what to expect. Fixes #466.Jason R. Coombs2015-11-271-2/+8
|
* Remove cruft from Subclassing sectionJason R. Coombs2015-09-051-3/+1
|
* Update documentation to reflect no integrated SCM support.Jason R. Coombs2015-09-051-2/+2
|
* fix typo: "a a"vrutsky2015-07-021-1/+1
|
* Update docs to reflect new behavior.Jason R. Coombs2014-12-261-1/+1
|
* Update style in example for PEP-8 as suggested in PR #86.Jason R. Coombs2014-10-111-1/+1
|
* Correct syntax in gui_scripts. Fixes #238.Jason R. Coombs2014-08-041-1/+1
|
* Spell check documentationMartin Geisler2014-06-291-3/+3
|
* Updated references to bootstrap module to use new bootstrap.pypa.io ↵Jason R. Coombs2014-05-021-1/+1
| | | | locations. Fixes #192.
* Remove 'Distribute' artifact. Fixes #171Jason R. Coombs2014-03-231-1/+1
|
* Fix buids -> buildsSteven Maude2014-03-171-1/+1
|
* Update documentation to reflect PEP420 supportJason R. Coombs2014-03-161-3/+3
|
* Update documentation to reflect new include parameter.3.3Jason R. Coombs2014-03-161-5/+8
|
* Namespace package doc tweaks.PJ Eby2006-04-141-1/+1
| | | | | | --HG-- extra : source : 81bfac3cf9a11fbb52b43cb3106419085ac8aee5 extra : histedit_source : 942f45916acfe482998d0cb7adefc08f095dcf0c
* Remove feature highlight that's no longer relevant.Jason R. Coombs2013-11-241-4/+1
|
* Updated size and link regarding bootstrap moduleJason R. Coombs2013-11-241-2/+2
|
* Drop support for Python 2.5 and Python 2.4. Fixes #41.Jason R. Coombs2013-11-241-3/+3
|
* Updated more references to EasyInstall documentation.Jason R. Coombs2013-08-071-2/+2
|
* Fix typoJason R. Coombs2013-08-071-1/+1
|
* Update links to point to local documentation, not legacy docs.Jason R. Coombs2013-08-071-2/+2
|
* Moved 'history' to changes.txtJason R. Coombs2013-08-071-494/+0
|
* Update transitional note to reflect that the change never took place.Jason R. Coombs2013-08-071-8/+9
|
* Removed section on Managing Multiple Projects. It only works for Subversion, ↵Jason R. Coombs2013-08-071-39/+0
| | | | which is substantially replaced by other SCM systems.
* Removed references to distribute_setup.pyJason R. Coombs2013-08-071-18/+18
|
* Corrected syntax in setuptools documentation around console scripts with ↵Jason R. Coombs2013-08-071-3/+4
| | | | extra requirements. Fixes #62.
* Update link to bug tracker.Jason R. Coombs2013-08-071-1/+1
|
* Update some URLs (packages.python.org -> pythonhosted.org).Arfrever Frehtes Taifersar Arahesis2013-06-111-1/+1
|
* Update some URLs.Arfrever Frehtes Taifersar Arahesis2013-06-111-3/+3
|
* Updated documentation to reflect merged target name, only keeping legacy ↵Jason R. Coombs2013-03-011-3/+3
| | | | | | | | references to Distribute. --HG-- branch : Setuptools-Distribute merge extra : source : 7c68dd2a22cf2dc0ad77f1cca857736586aa5753
* Updated docs to match originally-intended behavior and the behavior of ↵0.6.35Jason R. Coombs2013-02-161-12/+6
| | | | | | | | setuptools 0.6. This fixes #278. --HG-- branch : distribute extra : rebase_source : 2b4f2ca890d32a2d1a3179bb1805b6a1f1e9be77
* Merged in pkoch/distribute (pull request #21)Jason R. Coombs2012-10-231-4/+31
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 1e4ad7f02d0718b3665aa2e2405721d64e42fc1b
| * Add docs for using VCS repos as dependency_links.Paulo Koch2012-09-131-4/+31
| | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 5795a4e630010c2380cb777c94f9bbc73fafd401
* | Update CHANGES and docs.Stefan H. Holek2012-10-191-1/+6
|/ | | | | | --HG-- branch : distribute extra : rebase_source : e24a57706eebda4c1f989467a0a3bc951f550dd4
* Merged in embray/distribute/fix-sdist (pull request #4)Jason R. Coombs2012-09-051-7/+11
|\ | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : edfbe310b187502d98f3fb19e7aa405238a143be
| * Add a note about how this fix relates to include_package_data. Although ↵Erik Bray2012-09-051-7/+11
| | | | | | | | | | | | | | | | still somewhat buried, this should clarify the issue raised in #218, and points out that include_package_data should really only be used if all the relevant files are in a supported version control system. --HG-- branch : distribute extra : rebase_source : e29284c59469ba9543b57afa64a0f52ee07eebf3
* | Documentation updates.Lennart Regebro2012-08-211-0/+8
|/ | | | | | --HG-- branch : distribute extra : rebase_source : ee1e27c3d9bb64e536b6f0c86d46d573db505b03
* Fix a typo in documentation.Arfrever Frehtes Taifersar Arahesis2011-05-161-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 871f62d8e38382e2b75d26ce80085133bc0c1153
* Python 2.7 compattarek2010-01-241-5/+5
| | | | | | --HG-- branch : distribute extra : rebase_source : f60f3110e0dd27c406f8fc48c4ed49da4dec8cac
* included roadmap and a few typo fixes. fixes #47tarek2009-10-091-7/+7
| | | | | | --HG-- branch : distribute extra : rebase_source : a6677457030f92ff8da952fe47b4449f17b6f431
* Added a bunch of code-block directives for better highlighting with ↵Jannis Leidel2009-10-081-6/+16
| | | | | | | | Pygments, fixed typo --HG-- branch : distribute extra : rebase_source : e000e29a4c561a0397b134d2e451080b34f84b5d
* Added a upload_docs command to upload project documentation to PyPI's ↵Jannis Leidel2009-10-071-0/+55
| | | | | | | | packages.python.org --HG-- branch : distribute extra : rebase_source : e8d62df101ab017b71ec9c923f64bc3494ba8979
* Name changes of the parameters.Lennart Regebro2009-09-221-4/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : fc921b526cda13b02a4bb0215f91ee04d03dca57