Metadata-Version: 2.1
Name: ligand-processor
Version: 0.1
Summary: A package to preprocess ligand files and generate topology files for GROMACS.
Home-page: https://github.com/yourusername/ligand_processor
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Ligand Processor

A package to preprocess ligand files and generate topology files for GROMACS.

## Installation

You can install the package using pip:

```sh
pip install .
