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

packaging

üst c8604a14
from pathlib import Path
from setuptools import setup
current_dir = Path(__file__).parent.resolve()
with open(current_dir / 'README.md', encoding='utf-8') as f:
long_description = f.read()
setup(
name = 'catlizor',
version = '0.1',
author = 'BTaskaya',
author_email = 'batuhanosmantaskaya@gmail.com',
packages = ['catlizor']
packages = ['catlizor'],
long_description = long_description,
long_description_content_type = 'text/markdown',
url = 'https://github.com/btaskaya/catlizor'
)
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