Kaydet (Commit) 86e53c31 authored tarafından Batuhan Taşkaya's avatar Batuhan Taşkaya

bump version and require python version greater equal than 3.7

üst 5faa4dae
......@@ -8,12 +8,13 @@ with open(current_dir / 'README.md', encoding='utf-8') as f:
setup(
name = 'catlizor',
version = '0.1.1',
version = '0.2',
author = 'BTaskaya',
author_email = 'batuhanosmantaskaya@gmail.com',
packages = ['catlizor'],
description = "Watch python classes",
long_description = long_description,
long_description_content_type = 'text/markdown',
url = 'https://github.com/btaskaya/catlizor'
url = 'https://github.com/btaskaya/catlizor',
python_requires='>=3.7'
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment