diff options
Diffstat (limited to 'python/psutil/setup.cfg')
-rw-r--r-- | python/psutil/setup.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/psutil/setup.cfg b/python/psutil/setup.cfg new file mode 100644 index 000000000..861a9f554 --- /dev/null +++ b/python/psutil/setup.cfg @@ -0,0 +1,5 @@ +[egg_info] +tag_build = +tag_date = 0 +tag_svn_revision = 0 + |