Metadata-Version: 2.1
Name: cookieAI
Version: 2.3.7
Summary: cookieAI Test Package for SQLShack Demo
Author: snj
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

snj@snj-ThinkPad-T440p:~/coookieAI$ touch readme.md

snj@snj-ThinkPad-T440p:~/coookieAI$ touch setup.py

snj@snj-ThinkPad-T440p:~/coookieAI$ python -m pip install –-user –-upgrade setuptools wheel

 
snj@snj-ThinkPad-T440p:~/coookieAI$ pip install -U pip


snj@snj-ThinkPad-T440p:~/coookieAI$ pip install 'setuptools<20.2'

snj@snj-ThinkPad-T440p:~/coookieAI$ python3 setup.py sdist bdist_wheel


snj@snj-ThinkPad-T440p:~/coookieAI$ python3 setup.py sdist bdist_wheel
snj@snj-ThinkPad-T440p:~/coookieAI$ pip install -e .


snj@snj-ThinkPad-T440p:~/coookieAI$ python3 -m pip install --user --upgrade twine
snj@snj-ThinkPad-T440p:~/coookieAI$ python -m twine upload — repository pypi dist/*
snj@snj-ThinkPad-T440p:~/coookieAI$ python3 -m twine upload --repository testpypi dist/* --verbose
snj@snj-ThinkPad-T440p:~/coookieAI$ python3 -m twine upload --repository pypi dist/* --verbose
