Metadata-Version: 2.1
Name: flake8-pantsbuild
Version: 1.0.0rc0
Summary: Various Flake8 lints used by the Pants project and its users.
License: Apache-2.0
Author: Pantsbuild developers
Author-email: pantsbuild@gmail.com
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: flake8 (>=3.7)
Requires-Dist: importlib_metadata (>=1.3.0); python_version < "3.8"
