Metadata-Version: 2.1
Name: hatch-gitlab-publish
Version: 0.0.1.dev0
Summary: Hatch Publisher plugin to support publishing to a GitLab server package registry
Project-URL: Documentation, https://github.com/jamesdow21/hatch-gitlab-publish#readme
Project-URL: Issues, https://github.com/jamesdow21/hatch-gitlab-publish/issues
Project-URL: Source, https://github.com/jamesdow21/hatch-gitlab-publish
Author-email: James Dow <jamesdow21@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7
Requires-Dist: hatch
Description-Content-Type: text/markdown

# Hatch GitLab Publish

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

-----

**Table of Contents**

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

## Installation

```console
pip install hatch-gitlab-publish
```

## License

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