Metadata-Version: 2.1
Name: setuptools_git_ls_files
Version: 0.1.2
Summary: Use git to list all files, including submodules
Home-page: https://github.com/anthrotype/setuptools_git_ls_files/
Author: Cosimo Lupo
Author-email: cosimo@anthrotype.com
License: MIT
Description: # setuptools_git_ls_files
        
        A plugin for setuptools that finds all git tracked files, including submodules.
        The command used is `git ls-files --cached --recurse-submodule`.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
