Metadata-Version: 2.4
Name: iis-kix
Version: 3.5.0
Summary: Example Python Module
Author-email: IT Services <pypi@iis.fraunhofer.de>
Project-URL: Homepage, https://www.iis.fraunhofer.de/
Project-URL: Bug Tracker, https://www.iis.fraunhofer.de/
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Example Package

This is used to upload dummy packages to Pypi.

This is a simple example package. You can use
[GitHub-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.

To upload a new package to public pypi repository update the pyproject.toml file and give it a name.

Run these commands to upload

```bash
pip install build twine
twine upload dist/*
```

Twine will ask for token then provide the token from the Pypi account.
