summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 60.10.0 → 61.0.0v61.0.0Anderson Bravalheri2022-03-2415-91/+110
* Merge pull request #3189 from abravalheri/test-open-issuesAnderson Bravalheri2022-03-241-27/+58
|\
| * Change tests for resolve_class to consider different layoutsAnderson Bravalheri2022-03-241-5/+16
| * Add unit test for read_attrAnderson Bravalheri2022-03-241-24/+44
|/
* Merge branch 'experimental/support-pyproject' into mainAnderson Bravalheri2022-03-2466-515/+8033
|\
| * Add back notes about editable install and pyproject metadataAnderson Bravalheri2022-03-242-1/+29
| * Specify that some builds may break due to improper configurationAnderson Bravalheri2022-03-241-4/+5
| * Add the upcomming toxfile.py to the list of ignored modules for flat-layoutAnderson Bravalheri2022-03-241-0/+1
| * Fix edge case of package discoveryAnderson Bravalheri2022-03-241-1/+2
| * Improve docs in preparation for releaseAnderson Bravalheri2022-03-244-40/+22
| |\
| | * Fix wrong version reference in quickstartAnderson Bravalheri2022-03-241-1/+1
| | * Avoid extlink for issue to prevent verbose warningsAnderson Bravalheri2022-03-242-3/+5
| | * Specify Python 3 after Python 2 in intersphinx mappingAnderson Bravalheri2022-03-241-1/+1
| | * Clarify that only deprecated fields should be avoided in pyproject_configAnderson Bravalheri2022-03-241-2/+2
| | * Remove note about setup.py being required for editable installsAnderson Bravalheri2022-03-241-5/+0
| | * Improve note about setup.pyAnderson Bravalheri2022-03-241-1/+2
| | * Add missing prepositionAnderson Bravalheri2022-03-241-1/+1
| | * Add module to entry_point example in quickstartAnderson Bravalheri2022-03-241-4/+4
| | * Improve text about CLI entry-point in quickstartAnderson Bravalheri2022-03-241-2/+3
| | * Fix example of environment maker for dependencies in quickstartAnderson Bravalheri2022-03-241-1/+1
| | * Restore tip about editable installsAnderson Bravalheri2022-03-241-20/+3
| |/
| * Fix default `include-package-data` for pyproject.toml configsAnderson Bravalheri2022-03-222-5/+22
| |\
| | * Use better variable namingAnderson Bravalheri2022-03-221-6/+9
| | * Fix default include-package-data with 'pyproject.toml'Anderson Bravalheri2022-03-221-0/+1
| | * Add test for default include-package-data with 'pyproject.toml'Anderson Bravalheri2022-03-221-0/+13
| |/
| * Add a few other reserved package/module names to discoveryAnderson Bravalheri2022-03-221-0/+11
| * Prevent existing C-extension only packages from triggering auto-discovery (#3...Anderson Bravalheri2022-03-225-60/+174
| |\
| | * Improve organisation of test_config_discoveryAnderson Bravalheri2022-03-221-53/+54
| | * Adequate docs to the latest changesAnderson Bravalheri2022-03-223-8/+13
| | * Ignore ext-modules for auto-discovery with pyproject.toml metadataAnderson Bravalheri2022-03-223-53/+100
| | * Update discovery docs to mention ext_modulesAnderson Bravalheri2022-03-223-7/+8
| | * Skip discover when ext_modules are providedAnderson Bravalheri2022-03-221-1/+9
| | * Test discovery when ext_modules are providedAnderson Bravalheri2022-03-221-0/+52
| |/
| * Improve integration between auto-discovery and `pyproject.toml` metadata (#3183)Anderson Bravalheri2022-03-226-91/+155
| |\
| | * Make sure to ignore option errors with MinimalDistributionAnderson Bravalheri2022-03-213-7/+22
| | * Ensure empty package_dir is not replaced on auto-discoveryAnderson Bravalheri2022-03-211-2/+9
| | * Rename variable aliasAnderson Bravalheri2022-03-211-12/+12
| | * Improve interaction between pyproject.toml metadata and discoveryAnderson Bravalheri2022-03-213-73/+115
| | * Fix test missing assertionAnderson Bravalheri2022-03-211-1/+1
| |/
| * Merge 'upstream/main' into experimental/support-pyprojectAnderson Bravalheri2022-03-2114-157/+155
| |\
| * | Refactor ConfigDiscovery._root_dir as a propertyAnderson Bravalheri2022-03-211-3/+5
| * | Clarify which url is missing for pyproject-metadata builds (#3182)Anderson Bravalheri2022-03-201-5/+15
| |\ \
| | * | Use blank lines to emphasize warningsAnderson Bravalheri2022-03-201-2/+2
| | * | Attempt to clarify which url is missing for pyproject-metadata buildsAnderson Bravalheri2022-03-201-5/+15
| |/ /
| * | Prevent accidental multi-package distribution (#3177)Anderson Bravalheri2022-03-2011-149/+420
| |\ \
| | * | Simplify package name condition for flat layoutAnderson Bravalheri2022-03-201-9/+5
| | * | Prevent setup_requires patches from activating auto-discoveryAnderson Bravalheri2022-03-193-1/+32
| | * | Fix problem caused by mispelling of py_modules for pyproject.tomlAnderson Bravalheri2022-03-192-26/+62
| | * | Change tabs in discovery docs to be similar to quickstartAnderson Bravalheri2022-03-181-15/+5
| | * | Fix error in doctest on WindowsAnderson Bravalheri2022-03-181-4/+11