Metadata-Version: 2.1
Name: crono-api-client
Version: 0.1.3
Summary: Crono API client
Home-page: https://github.com/gduverger/crono-api-client
Author: Georges Duverger
Author-email: georges.duverger@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Requires-Python: >=3
Description-Content-Type: text/markdown

# Crono API client

# Package

	# Generating distribution archives
	python setup.py sdist bdist_wheel

	# Uploading the distribution archives
	twine upload --skip-existing dist/*


