Metadata-Version: 2.1
Name: csa_nemo_layer
Version: 0.0.5
Summary: Shared libraries for CSA Lambdas
Author-email: Andrii Struk <andrii@struk.net.ua>
Project-URL: Homepage, https://github.com/struk77/csa_nemo_layer
Project-URL: Bug Tracker, https://github.com/struk77/csa_nemo_layer/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

# PyPI repo csa_layer

1.Change data in setup.py

2.Create a source distribution with the following command

```bash
python3 setup.py sdist
```

3.Upload package to PyPI

```bash
twine upload dist/*
```
