Metadata-Version: 2.1
Name: jackals
Version: 0.1.0
Summary: A small example package
Author: Pietro Bonazzi
Author-email: Pietro Bonazzi <pebonazzi@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Publish

```
python3 rm -rf dist/
python3 rm -rf build/
python3 setup.py sdist
python3 setup.py bdist_wheel --universal
twine upload dist/*

```

username : pbonazzi
password : pyetro23.py

# Install

```
pip install -i https://test.pypi.org/simple/ jackals
```
