summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-17/+17
| | | This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581.
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-17/+17
| | | | | | | | Cleanly separates tests from the package itself. Prevents the tests being installed to site-packages. Tests are still distributed with the source distribution by MANIFEST.in. Avoids installing tests in production environments, leading to less total code in the environment.
* update MANIFESTGiampaolo Rodola2017-11-131-0/+1
|
* update MakefileGiampaolo Rodola2017-11-031-2/+2
|
* AIX: implement num_ctx_switches (#1164)wiggin152017-10-311-0/+2
| | | | | | * small changes * AIX: implement num_ctx_switches
* add DEVNOTES file; move TODO.aix into _psutil_aix.cGiampaolo Rodola2017-10-301-1/+1
|
* update docGiampaolo Rodola2017-09-271-0/+8
|
* AIX support (#1123)wiggin152017-09-261-0/+1
| | | | | | | | | | | | | | | | | | | | * AIX support * AIX support * AIX support * AIX support - use get_procfs_path() instead of /proc * AIX support - group sections like in other modules * AIX support * AIX support * AIX support * AIX support - remove unnecessary dict copy
* generate-manifest on pre-releaseGiampaolo Rodola2017-09-081-6/+1
|
* skip test on travis; update MANIFESTGiampaolo Rodola2017-06-071-0/+2
|
* regenerate MANIFEST.inGiampaolo Rodola2017-05-181-10/+12
|
* fix #1060: dynamically generate MANIFEST.inGiampaolo Rodola2017-05-121-14/+116
|
* update MakefileGiampaolo Rodola2016-12-081-1/+1
|
* update MANIFESTGiampaolo Rodola2016-12-081-3/+4
|
* update MANIFEST.inGiampaolo Rodola2016-12-081-2/+9
|
* source dist: include docGiampaolo Rodola2016-12-081-1/+4
|
* #939: update MANIFEST to include only src files and not much elseGiampaolo Rodola2016-11-071-22/+6
|
* update MakefileGiampaolo Rodola2016-09-051-1/+1
|
* add script to print release announceGiampaolo Rodola2016-09-021-0/+1
|
* update docGiampaolo Rodola2016-02-281-2/+2
|
* rename 'examples' dir to 'scripts'Giampaolo Rodola2016-02-091-1/+1
|
* fix #761: [Windows] psutil.boot_time() wraps to 0 after 49 daysGiampaolo Rodola2016-02-091-1/+1
|
* fix #350 move tests in psutil namespace (and split them)Giampaolo Rodola2016-02-081-2/+1
|
* update docGiampaolo Rodola2016-01-191-1/+1
|
* fix MANIFEST.ini syntax errGiampaolo Rodola2016-01-151-1/+1
|
* add DEVNOTES.rstGiampaolo Rodola2015-12-181-0/+1
|
* attempt some fixes for OSX/travis failures; also update HISTORY/CREDITS with ↵Giampaolo Rodola2015-08-041-1/+2
| | | | @mrjefftang contributions
* #659: try to fix compilation err on suse 10Giampaolo Rodola2015-07-311-1/+0
|
* continuous code quality test integration with scrutinizer-ci.comGiampaolo Rodola2015-07-111-2/+4
|
* add mocked tests for linux (also include mock as a dep on py < 3.4)Giampaolo Rodola2015-06-031-1/+1
|
* git-hooks: include the new file in MANIFEST.in and use --force when creating ↵Giampaolo Rodola2015-05-181-1/+2
| | | | the symlink (instead of removing it first)
* #602: move pre-commit hook into a separate fileGiampaolo Rodola2015-03-041-0/+1
|
* #581: add .gitignore to MANIFEST.inGiampaolo Rodola2015-02-061-0/+1
|
* github migrationGiampaolo Rodola'2014-05-231-1/+2
|
* rename README -> README.rst; update MANIFEST.inGiampaolo Rodola'2014-05-161-1/+2
|
* add tox.ini to MANIFEST fileGiampaolo Rodola'2014-05-131-0/+1
|
* fix issue #468: provide RST based documentationGiampaolo Rodola'2014-02-241-1/+3
|
* MANIFEST.in: include make.batGiampaolo Rodola'2013-12-301-1/+2
|
* add README for unit testsGiampaolo Rodola'2013-12-261-1/+1
|
* include Makefile in MANIFEST.inGiampaolo Rodola'2013-12-071-1/+2
|
* add TODO file in MANIFEST.inGiampaolo Rodola'2013-07-101-0/+1
|
* little OSX refactoring + update version + get rid of old 'doc' directory ↵Giampaolo Rodola'2012-07-181-1/+0
| | | | references from MANIFEST.in
* include examples directory in MANIFEST.inrelease-0.3.0Giampaolo Rodola'2011-07-081-0/+1
|
* Issue 80: fixed warnings when installing psutil with easy_installGiampaolo Rodola'2010-11-131-6/+9
|
* reverted named-tuple related changes on windows and linuxGiampaolo Rodola'2010-07-021-1/+2
|
* revert to revision 575 to discard CPUInfo changesGiampaolo Rodola'2010-07-021-1/+1
|
* adds *.swp to MANIFEST ignoresGiampaolo Rodola'2010-07-011-1/+1
|
* Removed all the crappy ^M line endings added when modifying files on Windows ↵Giampaolo Rodola'2010-06-171-1/+1
| | | | and replaced them with \n
* Updated MANIFEST.in to include psutil/*.c files and remove other trash we ↵Giampaolo Rodola'2009-02-121-2/+4
| | | | don't want in the source distribution, if present (e.g. *.pyc).
* Added MANIFEST and MANIFEST.in files to tell distutils to include HISTORY, ↵Giampaolo Rodola'2009-02-121-0/+3
LICENSE and doc/* files when building the source distribution via "setup.py sdist".