summaryrefslogtreecommitdiff
path: root/PKG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO26
1 files changed, 0 insertions, 26 deletions
diff --git a/PKG-INFO b/PKG-INFO
deleted file mode 100644
index 5902203..0000000
--- a/PKG-INFO
+++ /dev/null
@@ -1,26 +0,0 @@
-Metadata-Version: 1.1
-Name: fswrap
-Version: 0.1.1
-Summary: An opinionated wrapper on file system and path functions
-Home-page: http://github.com/lakshmivyas/fswrap
-Author: Lakshmi Vyas
-Author-email: lakshmi.vyas@gmail.com
-License: MIT
-Description: Version 0.1.1
-
- Unified object oriented interface for interacting with file system objects.
- File system operations in python are distributed across modules: os, os.path,
- fnmatch, shutil and distutils. This module attempts to make the right choices
- for common operations to provide a single interface.
-
- This was extracted from the `hyde project`_ with minor changes.
-
-
- .. _hyde project: http://github.com/hyde/hyde
-Platform: UNKNOWN
-Classifier: Development Status :: 3 - Alpha
-Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: MIT License
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Topic :: Software Development