Metadata-Version: 2.4
Name: agenticros
Version: 0.0.1
Summary: Placeholder package to reserve the PyPI name 'agenticros'
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/agenticros
Project-URL: Repository, https://github.com/yourusername/agenticros
Keywords: placeholder,agenticros
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# agenticros

Placeholder package to reserve the PyPI name **agenticros**.

This package is not intended for use. Install it only if you need the name reserved for a future project.

## Publishing to PyPI (reserve the name)

1. Create an account at [pypi.org](https://pypi.org/account/register/) if needed.
2. Install build and twine: `pip install build twine`
3. From the project root:
   ```bash
   python -m build
   twine upload dist/*
   ```
4. Use your PyPI username and password (or token). For first-time upload, the name `agenticros` will be reserved.

## License

MIT
