aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
AgeCommit message (Collapse)Author
2021-03-04fix: add static discovery docs (#1216)Bu Sun Kim
Fixes #1214 The [MANIFEST.in](https://packaging.python.org/guides/using-manifest-in/) controls which files are included in the published package. You can verify that this fixes the problem (missing discovery docs leading to failing `discovery.build()` calls) by building the package and installing the library from the tarfile. - `python3 -m venv env` - `source env/bin/activate` - `python3 -m setup.py sdist` - `python3 -m pip install dist/google-api-python-client-2.0.0.tar.gz` ``` (env) busunkim@busunkim:~/github/google-api-python-client$ python3 Python 3.6.9 (default, Feb 24 2020, 21:10:07) [GCC 9.2.1 20190909] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import googleapiclient >>> from googleapiclient import discovery >>> client = discovery.build("cloudprofiler", "v2") >>> ```
2018-05-31Include tests in source distribution (#514)Thea Flowers
2014-08-18Add uritemplate as a dependency.Craig Citro
We removed uritemplate from oauth2client, so now we re-add it as a normal python package dependency.
2013-08-07Don't ship enable-app-engine-projectJoe Gregorio
2012-08-29Incorporate building the gae zip into the release process.Joe Gregorio
Also trim down the distro files to not include the tests. Reviewed in https://codereview.appspot.com/6503047/.
2012-08-29Preparing for v1.0c3 release.Joe Gregorio
2012-06-20Distribute the samples separately from the library source.Joe Gregorio
Fixes issue #155. Reviewed in http://codereview.appspot.com/6304106/.
2012-06-15Clean up setup.py scriptJoe Gregorio
2011-12-151.0beta7Joe Gregorio
2011-09-16Fix manifest to include sample scripts.Joe Gregorio
Reviewed in http://codereview.appspot.com/4994041/
2011-05-17Partial fix of issue #31. Add simplejson to MANIFEST.inJoe Gregorio
2011-04-05Added enable-app-engine-projectJoe Gregorio
2011-03-25alpha8Joe Gregorio
2011-03-25Missing oauth2 filesJoe Gregorio
2011-03-25Cleaning up 2.7 compatibility and more work on installer.Joe Gregorio
2011-03-23Fixed issue with installing gflagsJoe Gregorio
2011-03-23Fix installer issue with gflagsJoe Gregorio
2011-03-18Fixed problem with missing __init__.py files.Joe Gregorio
2011-03-01Adds make targets 'release' and 'prerelease' which build releaseJoe Gregorio
source packages, register them, etc.