Metadata-Version: 2.1
Name: grovyio-isort-profile
Version: 0.1.1
Summary: 
License: MIT
Author: Jung, Byung Kwan
Author-email: bkjung@grovy.io
Requires-Python: >=3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

## Usage

### pyproject.toml

```toml
[tool.isort]
profile = "grovyio"
src_paths = ["my_project", "tests"]
```

