Metadata-Version: 2.1
Name: hatch-modulefile
Version: 0.0.2
Summary: Hatch plugin for use in Modulefiles environments
Project-URL: Documentation, https://github.com/rvandezande/hatch-modulefile#readme
Project-URL: Issues, https://github.com/rvandezande/hatch-modulefile/issues
Project-URL: Source, https://github.com/rvandezande/hatch-modulefile
Author-email: Reuben Vandezande <reuben.vandezande@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: build,hatch,modulefiles,plugin,pth
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Hatch
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Requires-Dist: hatchling>=1.6.0
Description-Content-Type: text/markdown

# hatch_modulefile

[![PyPI - Version](https://img.shields.io/pypi/v/hatch-modulefile.svg)](https://pypi.org/project/hatch-modulefile)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hatch-modulefile.svg)](https://pypi.org/project/hatch-modulefile)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install hatch-modulefile
```

## License

`hatch-modulefile` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
