docs: change package name in install guide; add banner change and name change examples

This commit is contained in:
firedotguy
2026-01-29 23:54:11 +03:00
parent f1d9a0b2f0
commit 97c6812819
3 changed files with 34 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='itd-sdk',
version='0.1.0',
version='0.2.0',
packages=find_packages(),
install_requires=[
'requests'