| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove wheel dependency in example | Anderson Bravalheri | 2022-07-08 | 2 | -2/+1 |
| | | |||||
| * | fix userguide typo | Matthias Jansen | 2022-07-01 | 1 | -1/+1 |
| | | |||||
| * | [Docs:discovery] Update examples to consider setup.cfg/setup.py optional | Anderson Bravalheri | 2022-06-28 | 1 | -11/+8 |
| | | |||||
| * | Avoid inline comments in INI files | Anderson Bravalheri | 2022-06-28 | 1 | -1/+2 |
| | | |||||
| * | [Docs:discovery] Attempt to clarify include/exclude | Anderson Bravalheri | 2022-06-28 | 1 | -6/+3 |
| | | |||||
| * | Update docs/userguide/pyproject_config.rst | Jac | 2022-06-24 | 1 | -1/+2 |
| | | | | Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com> | ||||
| * | Update docs/userguide/pyproject_config.rst | Jac | 2022-06-24 | 1 | -1/+1 |
| | | | | Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com> | ||||
| * | [Docs] Missing requires-python in "using pyproject.toml" #3305 | Jac Fitzgerald | 2022-06-23 | 1 | -0/+2 |
| | | |||||
| * | Removed quotes around Development Mode. | Saniya Maheshwari | 2022-06-23 | 1 | -2/+2 |
| | | |||||
| * | Reorganized the User Guide's Table of Contents | Saniya Maheshwari | 2022-06-23 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | This mostly follows the scheme given [here](https://github.com/pypa/setuptools/discussions/3400#discussioncomment-3003334), with the following exceptions: - "Controlling files in the distribution" is kept not immediately after the "Package Discovery" page, but rather towards the end, because a lot of the material in that page overlaps with material given in the "Package Discovery" and "Data Files" pages. Therefore, it seems to me that this page should be read _after_ the other two pages have been read. - "Development Mode" is kept not towards the end but introduced close to the beginning, because readers might want to start using it early on in their projects. - "Building Extension Modules" is kept immediately after the "Entry Points" and "Data Files" pages, since it is the last major topic we would like to discuss. The two topics that follow ("Specifying your Project's Version" and "Controlling Files in the Distribution") are lighter topics. - Have retained the pages "Extending or Customizing Setuptools", "Configuring Setuptools using setup.cfg files" and "Configuring Setuptools using pyproject.toml files" for now. | ||||
| * | [Docs] Fix reference for keywords | Anderson Bravalheri | 2022-06-20 | 1 | -3/+1 |
| | | |||||
| * | Update logging recommendation to not use distutils | Patrick Lannigan | 2022-06-20 | 1 | -1/+1 |
| | | |||||
| * | [Docs] package discovery guide: Small improvements and fixes | Anderson Bravalheri | 2022-06-20 | 1 | -7/+5 |
| | | |||||
| * | Add beta status to 'file' directive for reading dependencies | Anderson Bravalheri | 2022-06-19 | 3 | -10/+14 |
| | | |||||
| *-. | Allow `file` directive for dependencies (#3253, #3255) | Anderson Bravalheri | 2022-06-19 | 2 | -15/+34 |
| |\ \ | |||||
| | | * | Allow `file:` for `dependencies` and `optional-dependencies` in pyproject.toml | Aarni Koskela | 2022-04-08 | 1 | -10/+22 |
| | | | | |||||
| | * | | Update docs/userguide/declarative_config.rst | Anderson Bravalheri | 2022-06-14 | 1 | -1/+3 |
| | | | | |||||
| | * | | Allow `file:` for `requires` statements in setup.cfg | Aarni Koskela | 2022-06-14 | 1 | -5/+10 |
| | | | | | | | | | | | | | Refs #1951 | ||||
| * | | | Update build_meta.rst (#3381) | Anderson Bravalheri | 2022-06-18 | 1 | -36/+38 |
| |\ \ \ | |||||
| | * | | | Update build_meta.rst | cdfarrow | 2022-06-18 | 1 | -10/+11 |
| | | | | | |||||
| | * | | | Update docs/build_meta.rst | cdfarrow | 2022-06-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com> | ||||
| | * | | | Update build_meta.rst | cdfarrow | 2022-06-17 | 1 | -32/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly grammar/style tweaks... which turned into a few more thoughts: About this statement: "decide which program to use to 'build from source' (the default is ``setuptools``)." I think 'default' conveys the wrong impression here when it is explaining the new way of doing things. PEP517 says, "(build) tools should revert to the legacy behaviour of running setup.py" Maybe a footnote would be better saying it is a fallback, for backward compatibility. (But, all the same, this is interesting information that now explains to me why 'py -m build' worked before I had tried using a pyproject.toml file.) Line 37: ``build_meta`` implements ``setuptools``'s build system support. This seems out of place, and doesn't make sense. build_meta hasn't been mentioned yet in this article. Maybe this sentence could go before line 61. Line 26-28: This seems like low-level detail that is out of place in this article. If you want to keep it, maybe add a note that the default directory is dist\. **The "bullet items" under the PEP517 section aren't formatting correctly in the Preview. Please check that I haven't messed anything up there in the final render. | ||||
| * | | | | docs/userguide/ext_modules.rst: Also mention extra_compile_args, extra_link_args | Matthias Koeppe | 2022-06-17 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | docs/userguide/ext_modules.rst: Add more detail on processing ↵ | Matthias Koeppe | 2022-06-17 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | sysconfig/environment vars | ||||
| * | | | | Update docs/userguide/datafiles.rst | Anderson Bravalheri | 2022-06-17 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Reorder words in footnote to improve the meaning | Anderson Bravalheri | 2022-06-17 | 3 | -3/+3 |
| | | | | | |||||
| * | | | | docs: Reorder example tabs | Anderson Bravalheri | 2022-06-16 | 3 | -150/+150 |
| | | | | | |||||
| * | | | | Change wording from *experimental* to *beta* | Anderson Bravalheri | 2022-06-16 | 5 | -38/+33 |
| | | | | | |||||
| * | | | | Clarify warnings and notes in documentation about experimental pyproject.toml | Anderson Bravalheri | 2022-06-16 | 3 | -32/+18 |
| |/ / / | |||||
| * | | | Add more reference links | Anderson Bravalheri | 2022-06-16 | 1 | -3/+5 |
| | | | | |||||
| * | | | Centralize intersphinx_mapping config for docs | Anderson Bravalheri | 2022-06-16 | 1 | -9/+8 |
| | | | | |||||
| * | | | Add note about possible improvement | Anderson Bravalheri | 2022-06-16 | 1 | -0/+11 |
| | | | | |||||
| * | | | Update quickstart to make it more streamline | Anderson Bravalheri | 2022-06-15 | 2 | -54/+87 |
| | | | | |||||
| * | | | [Docs] Improve instructions for dealing with version (#3374) | Anderson Bravalheri | 2022-06-15 | 1 | -95/+104 |
| |\ \ \ | |||||
| | * | | | Promote title level | Anderson Bravalheri | 2022-06-14 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Small fixes in the rst | Anderson Bravalheri | 2022-06-14 | 1 | -3/+1 |
| | | | | | |||||
| | * | | | Reorganize sections regarding version | Anderson Bravalheri | 2022-06-14 | 1 | -94/+92 |
| | | | | | |||||
| | * | | | Add warning about calling setup.py directly | Anderson Bravalheri | 2022-06-14 | 1 | -0/+13 |
| | | | | | |||||
| * | | | | Merge pull request #3376 from venthur/fix_spell | Anderson Bravalheri | 2022-06-14 | 2 | -2/+2 |
| |\ \ \ \ | |/ / / |/| | | | fixed some spelling mistakes, | ||||
| | * | | | fixed some spelling mistakes, | Bastian Venthur | 2022-06-14 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | that's all :) | ||||
| * | | | | [Docs] Move Cython remarks to the new ext_modules page (#3373) | Anderson Bravalheri | 2022-06-14 | 3 | -55/+53 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Simplify text about Cython | Anderson Bravalheri | 2022-06-14 | 1 | -23/+21 |
| | | | | | |||||
| | * | | | [Docs] Move Cython remarks to the new ext_modules page | Anderson Bravalheri | 2022-06-14 | 3 | -55/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This helps to consolidate all the information about extensions in a single place and make it easier for users to find the correct guidance. | ||||
| * | | | | [Docs] Consolidate sdist and MANIFEST.in info into a single document (#3372) | Anderson Bravalheri | 2022-06-14 | 2 | -40/+48 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Add remarks and example for MANIFEST.in | Anderson Bravalheri | 2022-06-14 | 1 | -0/+32 |
| | | | | | |||||
| | * | | | Consolidate sections about sdist contents in a single document | Anderson Bravalheri | 2022-06-14 | 2 | -40/+16 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing section about `sdist` in `userguide/distribution` seems to have duplicated content when compared to another section in `userguide/miscellaneous`. We can combine these two sections and simplify the documentation. Changes: - Consolidate text about `sdist` contents and MANIFEST.in into a single place. - De-emphasize ``distutils`` and the history of ``setuptools`` (new users might not know about it, which would make them less confuse). | ||||
| * | | | [Docs] Move command description to the deprecated practice section (#3371) | Anderson Bravalheri | 2022-06-14 | 5 | -25/+58 |
| |\ \ \ | |||||
| | * | | | Add remark about install command | Anderson Bravalheri | 2022-06-14 | 1 | -2/+15 |
| | | | | | |||||
| | * | | | Merge docs on deprecated commands | Anderson Bravalheri | 2022-06-14 | 5 | -25/+45 |
| | | | | | | | | | | | | | | | | | Also add a not about modern ways of generating ``sdists`` and ``wheel``. | ||||
| | * | | | Move userguide/commands to deprecated/commands | Anderson Bravalheri | 2022-06-14 | 1 | -0/+0 |
| | |/ / | |||||
