summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Add SECURITY.md to MANIFEST.inMichael Mintz2023-02-201-0/+1
|
* Enable managing RTD redirects in-treePradyun Gedam2022-12-301-0/+1
| | | | | | | | | | This is designed as a script and a data file (in YAML format), and meant to manage the RTD redirects with a version controlled file. This makes it possible for pull requests to this repository to update the redirects for this project's documentation (eg: for better error urls) and for this evolution to be tracked as a part of version control history.
* Merge branch 'main' into resolver_detailsPaul Moore2022-10-021-2/+1
|\
| * Pacify check-manifestPradyun Gedam2022-01-251-0/+1
| |
| * Clean up leftover references to removed Travis and Azure CIJon Dufresne2021-08-281-2/+0
| |
* | Add new docs filetypes to manifest.inPaul Moore2021-07-311-0/+1
|/
* Move docs requirements to docs/Pradyun Gedam2021-07-241-0/+1
| | | | | This makes the file easier to locate, by placing it next to the stuff that it will affect.
* Enable MyST in documentationPradyun Gedam2021-03-061-1/+1
|
* Better way to run slow linters in CI onlyStéphane Bidoul2021-01-241-1/+0
| | | | Taking advantage of pre-commit's manual stage.
* Improve local pre-commit experienceStéphane Bidoul2020-12-211-0/+1
|
* 🎨 Colorize the "important" admonition blocksSviatoslav Sydorenko2020-09-251-1/+1
|
* Update packaging version and include py.typedChris Hunt2020-01-061-0/+1
| | | | | | | Since the new packaging has types, it includes a py.typed. No harm in including this in our package, and it may facilitate debug tool usage on an installed pip by signaling that pip._vendor.packaging is type-annotated.
* Exclude .pre-commit-config.yaml from distributionsPradyun Gedam2019-09-241-0/+1
|
* Exclude noxfile.py from the sdistPradyun Gedam2019-09-051-0/+1
|
* Exclude .readthedocs.yml from distributionsPradyun Gedam2019-08-041-0/+1
|
* Merge pull request #5785 from brcrista/masterPaul Moore2018-11-211-0/+1
|\ | | | | Add Azure Pipelines configuration
| * Add Azure Pipelines configurationBrian Cristante2018-09-141-0/+1
| |
* | Fix check-manifest warning about trailing slashPradyun Gedam2018-11-081-2/+2
| |
* | Merge pull request #5213 from hroncok/licensesXavier Fernandez2018-10-301-0/+2
|\ \ | | | | | | Add licenses for 3rd party libraries
| * | Add automation for fetching licenses of 3rd party librariesMiro Hrončok2018-10-291-0/+2
| |/ | | | | | | See https://github.com/pypa/pipenv/issues/1961
* | Rename appveyor.yml -> .appveyor.yml and update referencesPradyun Gedam2018-10-221-1/+1
|/
* Merge pull request #5520 from pradyunsg/misc/remove-old-get-pipPradyun Gedam2018-06-201-1/+0
|\ | | | | Remove the old get-pip.py shim
| * Remove the old get-pip.py shimPradyun Gedam2018-06-201-1/+0
| |
* | Merge pull request #5510 from pradyunsg/dev-ops/tools-directoryPradyun Gedam2018-06-201-2/+1
|\ \ | |/ |/| Add a new tools/ directory and move some files into it
| * Update MANIFEST.inPradyun Gedam2018-06-161-2/+1
| |
* | Remove useless manifest entriesPradyun Gedam2018-06-161-2/+0
|/ | | | These were made redundant since those files have been removed.
* Resolve existing mypy errors (#5492)Pradyun Gedam2018-06-111-0/+1
| | | | | mypy is failing on master because it turns out mypy isn't noticing configparser from six, when vendored. This should be a temporary fix for that.
* Navigation (+other) improvements to Documentation (#4855)Pradyun Gedam2017-11-121-0/+3
|
* misc: exclude all requirement filesPradyun Gedam2017-10-091-1/+1
|
* Polish docs and change theme (#4758)Pradyun Gedam2017-10-071-1/+1
|
* Update MANIFESTPradyun S. Gedam2017-09-021-2/+2
|
* Merge branch 'master' into mypy/infrastructurePradyun S. Gedam2017-09-021-4/+4
|\
| * Move all internal APIs to pip._internalDonald Stufft2017-08-311-4/+4
| |
* | Exclude the pyi files and extra directory createdPradyun S. Gedam2017-07-171-0/+3
|/
* Generate our NEWS.rst with towncrierDonald Stufft2017-03-191-1/+3
|
* Ignore .github files from the manifestissue-templateMatt Iversen2016-02-271-0/+1
|
* Add landscape.io configuration fileXavier Fernandez2016-01-021-0/+1
| | | | and ignore _vendor path in landscape
* Added appveyor control filesPaul Moore2015-11-301-0/+1
|
* Move dev reqs from tox.ini to dev-requirements.txtMarc Abramowitz2014-12-171-0/+1
| | | | | | | | | | | Then folks who don't use tox can do `pip install -r dev-requirements.txt` Since this is pip, which created the idea of requirements files, it seems nice for the project to have one to showcase the idea. Also cleaned up the tox.ini and made it more compact (fits now on my laptop screen) and consistent.
* Ensure that package_data is correct and the MANIFEST.in is correctDonald Stufft2014-09-291-5/+16
|
* update MANIFEST.inMarcus Smith2014-03-011-1/+1
|
* Generate AUTHORS using git logDonald Stufft2014-02-261-0/+1
|
* update MANIFEST.in with new rst extensionsMarcus Smith2013-03-031-2/+2
|
* Added CA file to MANIFEST.inJames Cleveland2013-02-041-0/+1
|
* improved docs and cli helpMarcus Smith2013-01-181-0/+2
|
* Added authors and license files to manifest template. Closes issue #230.Jannis Leidel2011-03-161-0/+2
|
* factor out get_installed_distributions utility function and add pip ↵Carl Meyer2010-03-091-1/+0
| | | | uninstall autocomplete; fixes #76
* Added command line completion for bash and zshJannis Leidel2009-11-071-0/+1
|
* Fixed the manifest template to stop issuing warnings on install time.Jannis Leidel2009-05-271-2/+1
|
* build updates, set version to 0.3.1devIan Bicking2009-01-291-3/+3
|