1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

41 commits

Author SHA1 Message Date
Sviatoslav Sydorenko
13962cd6ad
🎨 Colorize the "important" admonition blocks 2020-09-25 23:25:36 +02:00
Chris Hunt
8460394c47 Update packaging version and include py.typed
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.
2020-01-06 14:03:34 -05:00
Pradyun Gedam
9a362abd72
Exclude .pre-commit-config.yaml from distributions 2019-09-24 18:23:42 +05:30
Pradyun Gedam
b70d30e8cb
Exclude noxfile.py from the sdist 2019-09-05 12:42:53 +05:30
Pradyun Gedam
8963e3712a
Exclude .readthedocs.yml from distributions 2019-08-04 11:14:09 +05:30
Paul Moore
93d8f177c6
Merge pull request #5785 from brcrista/master
Add Azure Pipelines configuration
2018-11-21 19:17:36 +00:00
Pradyun Gedam
0c6e9375b2
Fix check-manifest warning about trailing slash 2018-11-08 12:36:45 +05:30
Xavier Fernandez
7a3cbeed11
Merge pull request #5213 from hroncok/licenses
Add licenses for 3rd party libraries
2018-10-30 09:50:39 +01:00
Miro Hrončok
eb8ddba8d6 Add automation for fetching licenses of 3rd party libraries
See https://github.com/pypa/pipenv/issues/1961
2018-10-29 22:02:07 +01:00
Pradyun Gedam
5167495eb7
Rename appveyor.yml -> .appveyor.yml and update references 2018-10-22 12:16:43 +05:30
Brian Cristante
60ff4a663c Add Azure Pipelines configuration 2018-09-14 17:36:12 -07:00
Pradyun Gedam
cb0e586f5d
Merge pull request #5520 from pradyunsg/misc/remove-old-get-pip
Remove the old get-pip.py shim
2018-06-20 20:24:16 +05:30
Pradyun Gedam
577ba77a88
Merge pull request #5510 from pradyunsg/dev-ops/tools-directory
Add a new tools/ directory and move some files into it
2018-06-20 16:22:58 +05:30
Pradyun Gedam
7ab3a15d81
Remove the old get-pip.py shim 2018-06-20 15:41:10 +05:30
Pradyun Gedam
3a7efcb13e
Remove useless manifest entries
These were made redundant since those files have been removed.
2018-06-16 00:16:21 +05:30
Pradyun Gedam
bb43340a17
Update MANIFEST.in 2018-06-16 00:12:06 +05:30
Pradyun Gedam
8ccab7a475
Resolve existing mypy errors (#5492)
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.
2018-06-11 12:40:56 +05:30
Pradyun Gedam
8f6b4c9b2d Navigation (+other) improvements to Documentation (#4855) 2017-11-12 16:04:37 +00:00
Pradyun Gedam
ba8ba844b9
misc: exclude all requirement files 2017-10-09 16:14:35 +05:30
Pradyun Gedam
df083c7916 Polish docs and change theme (#4758) 2017-10-07 17:45:27 +01:00
Pradyun S. Gedam
efd7264162 Update MANIFEST 2017-09-02 16:40:36 +05:30
Pradyun S. Gedam
11451c54ec Merge branch 'master' into mypy/infrastructure 2017-09-02 16:06:48 +05:30
Donald Stufft
95bcf8c5f6 Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
Pradyun S. Gedam
c2371a1c96 Exclude the pyi files and extra directory created 2017-07-17 22:34:41 +05:30
Donald Stufft
a45c2f5e24 Generate our NEWS.rst with towncrier 2017-03-19 12:00:31 -04:00
Matt Iversen
fb982e232b Ignore .github files from the manifest 2016-02-27 18:16:10 +11:00
Xavier Fernandez
4b1df6df10 Add landscape.io configuration file
and ignore _vendor path in landscape
2016-01-02 20:55:18 +01:00
Paul Moore
ac2659c33e Added appveyor control files 2015-11-30 11:32:22 +00:00
Marc Abramowitz
ce3ceb7bd1 Move dev reqs from tox.ini to dev-requirements.txt
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.
2014-12-17 23:36:29 -08:00
Donald Stufft
de06287947 Ensure that package_data is correct and the MANIFEST.in is correct 2014-09-29 11:05:46 -04:00
Marcus Smith
8dadcff30d update MANIFEST.in 2014-03-01 11:22:34 -08:00
Donald Stufft
9dcdbb548f Generate AUTHORS using git log 2014-02-26 12:51:37 -05:00
Marcus Smith
d0fa66ecc0 update MANIFEST.in with new rst extensions 2013-03-03 22:59:52 -08:00
James Cleveland
db79f831d5 Added CA file to MANIFEST.in 2013-02-04 20:56:10 +00:00
Marcus Smith
ab9ea197bd improved docs and cli help 2013-01-18 13:25:15 -08:00
Jannis Leidel
c3d639f4b5 Added authors and license files to manifest template. Closes issue #230. 2011-03-16 12:54:38 -04:00
Carl Meyer
107835ec99 factor out get_installed_distributions utility function and add pip uninstall autocomplete; fixes #76 2010-03-09 14:39:48 -05:00
Jannis Leidel
78bf33f062 Added command line completion for bash and zsh 2009-11-07 04:46:30 +01:00
Jannis Leidel
acd9ad3208 Fixed the manifest template to stop issuing warnings on install time. 2009-05-27 11:36:13 +02:00
Ian Bicking
0112cd7f79 build updates, set version to 0.3.1dev 2009-01-29 12:30:12 -06:00
Ian Bicking
09b78803e2 added MANIFEST to make sdist better 2009-01-28 17:13:29 -06:00