Metadata-Version: 2.4
Name: civilagents
Version: 0.1.0
Summary: Minimal placeholder package for the civilagents PyPI project.
Author: Hong Pan
License: MIT
Project-URL: Homepage, https://pypi.org/project/civilagents/
Keywords: civilagents
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# civilagents

Tiny placeholder package for claiming the `civilagents` name on PyPI.

## Install packaging tools

```bash
python -m pip install --upgrade build twine
```

## Build

```bash
python -m build
```

## Publish

```bash
python -m twine upload dist/*
```

If you use an API token, create `~/.pypirc` or enter:

- Username: `__token__`
- Password: your PyPI API token
