| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Added blank line | Saniya Maheshwari | 2022-06-10 | 1 | -0/+1 | |
| | * | | | | Fix verbatim in rst docs | Anderson Bravalheri | 2022-06-09 | 1 | -1/+1 | |
| | * | | | | Add note regarding `PySimpleGUI` | Saniya Maheshwari | 2022-06-09 | 1 | -0/+3 | |
| | * | | | | Apply suggestions from code review | Saniya Maheshwari | 2022-06-09 | 1 | -5/+4 | |
| | * | | | | Modified Console scripts example | Saniya Maheshwari | 2022-06-09 | 1 | -5/+9 | |
| | * | | | | Function configured as console/GUI script should not take arguments | Saniya Maheshwari | 2022-06-09 | 1 | -0/+10 | |
| | * | | | | Elaborated on the 'wrapper script' part | Saniya Maheshwari | 2022-06-09 | 1 | -5/+17 | |
| | * | | | | Added note on distinction between `console_scripts` and `gui_scripts` | Saniya Maheshwari | 2022-06-09 | 1 | -0/+13 | |
| | * | | | | Added 'GUI Scripts' section | Saniya Maheshwari | 2022-06-09 | 1 | -0/+52 | |
| | * | | | | Illustrate input/output with/without console scripts | Saniya Maheshwari | 2022-06-08 | 1 | -2/+8 | |
| | * | | | | Changed `setup.py` snippet in console scripts example | Saniya Maheshwari | 2022-06-08 | 1 | -8/+5 | |
| | * | | | | Added `pyproject.toml` snippet for console scripts example | Saniya Maheshwari | 2022-06-08 | 1 | -1/+15 | |
| | * | | | | Changed the example illustrating usage without console scripts | Saniya Maheshwari | 2022-06-08 | 1 | -9/+9 | |
| * | | | | | Use 'commonly' instead of 'traditionally' | Anderson Bravalheri | 2022-06-11 | 1 | -2/+2 | |
| * | | | | | Apply suggestions from code review | Anderson Bravalheri | 2022-06-11 | 2 | -9/+9 | |
| * | | | | | Apply suggestions from code review | Anderson Bravalheri | 2022-06-10 | 1 | -1/+1 | |
| * | | | | | Add clarifications to setup.cfg guides | Anderson Bravalheri | 2022-06-10 | 1 | -9/+28 | |
| * | | | | | Improve choice of words | Anderson Bravalheri | 2022-06-10 | 1 | -4/+4 | |
| * | | | | | Clarify the package_dir configuration | Anderson Bravalheri | 2022-06-10 | 1 | -1/+40 | |
| * | | | | | Clarify glob pattern matching for dotfiles in User's Guide (#3350) | Marco Weber | 2022-06-09 | 1 | -0/+5 | |
| |/ / / / | ||||||
| * | | | | Fixed caption string of 'user' entry in `extlinks` | Saniya Maheshwari | 2022-06-08 | 1 | -1/+1 | |
| * | | | | Replaced single backticks with double backticks | Saniya Maheshwari | 2022-06-08 | 1 | -2/+2 | |
| * | | | | Changes to the User Guide's Data Files page (#3335) | Anderson Bravalheri | 2022-06-07 | 1 | -105/+450 | |
| |\ \ \ \ | ||||||
| | * | | | | Small changes avoiding mentioning distutils directly | Anderson Bravalheri | 2022-06-07 | 1 | -4/+8 | |
| | * | | | | Add a more realistic example for exclude-package-data | Anderson Bravalheri | 2022-06-07 | 1 | -8/+13 | |
| | * | | | | Apply suggestions from code review | Anderson Bravalheri | 2022-06-07 | 1 | -4/+4 | |
| | * | | | | Added an `include_package_data` snippet to the subdirectory example | Saniya Maheshwari | 2022-05-31 | 1 | -2/+46 | |
| | * | | | | Added sections | Saniya Maheshwari | 2022-05-31 | 1 | -82/+98 | |
| | * | | | | Removed footnote | Saniya Maheshwari | 2022-05-31 | 1 | -5/+5 | |
| | * | | | | Added `packages`, `package_dir` and `where` options in all examples | Saniya Maheshwari | 2022-05-31 | 1 | -3/+29 | |
| | * | | | | Removed footnote | Saniya Maheshwari | 2022-05-31 | 1 | -6/+1 | |
| | * | | | | Elaborated on usage of `importlib.resources` | Saniya Maheshwari | 2022-05-31 | 1 | -6/+50 | |
| | * | | | | Added note to `package_data` option | Saniya Maheshwari | 2022-05-31 | 1 | -1/+3 | |
| | * | | | | Modified code snippets for `exclude_package_data` example | Saniya Maheshwari | 2022-05-31 | 1 | -10/+7 | |
| | * | | | | Elaborated on example for `exclude_package_data` | Saniya Maheshwari | 2022-05-31 | 1 | -5/+6 | |
| | * | | | | Modified code snippets for multiple top-level packages example | Saniya Maheshwari | 2022-05-31 | 1 | -20/+20 | |
| | * | | | | Treating data subdirectories as namespace packages | Saniya Maheshwari | 2022-05-31 | 1 | -21/+35 | |
| | * | | | | Small change | Saniya Maheshwari | 2022-05-31 | 1 | -3/+2 | |
| | * | | | | Elaborated on first example involving `include_package_data` | Saniya Maheshwari | 2022-05-25 | 1 | -7/+27 | |
| | * | | | | Changes to the User Guide's Data Files page | Saniya Maheshwari | 2022-05-24 | 1 | -73/+251 | |
| * | | | | | Missing the word "pyproject.toml" in Quickstart. | Michael Loyd | 2022-05-24 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Avoid incentivizing multi-package distributions | Anderson Bravalheri | 2022-05-20 | 1 | -38/+50 | |
| * | | | | Typo fix | Saniya Maheshwari | 2022-05-20 | 1 | -1/+1 | |
| * | | | | Added two `mypkg` directories in the example directory trees | Saniya Maheshwari | 2022-05-20 | 1 | -4/+12 | |
| * | | | | Grammar errors | Saniya Maheshwari | 2022-05-20 | 1 | -14/+14 | |
| * | | | | Add deprecation messages for `namespace_packages` (#3262) | Anderson Bravalheri | 2022-05-16 | 3 | -2/+11 | |
| |\ \ \ \ | ||||||
| | * | | | | Add deprecation notices to docs | Anderson Bravalheri | 2022-05-16 | 3 | -2/+11 | |
| * | | | | | Warn about deprecation of behaviour that considers modules/packages as data w... | Anderson Bravalheri | 2022-05-16 | 1 | -1/+1 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Quickfix missing comment mark in docs | Anderson Bravalheri | 2022-05-05 | 1 | -1/+1 | |
| * | | | | | Some small typos and grammar fixes (#3286) | Anderson Bravalheri | 2022-05-16 | 1 | -13/+14 | |
| |\ \ \ \ \ | ||||||
