Compare commits

..

2 Commits

Author SHA1 Message Date
9a0dc06d57 Created package. 2024-11-27 21:52:59 +01:00
69a0b0ca7b Created package. 2024-11-27 21:52:35 +01:00
9 changed files with 7 additions and 14 deletions

BIN
dist/yura-1.33.7-py3-none-any.whl vendored Normal file

Binary file not shown.

BIN
dist/yura-1.33.7.tar.gz vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = yura name = yura
version = 13.3.7 version = 1.33.7
description = Yura async AI client description = Yura async AI client
author = retoor author = retoor
author_email = retoor@retoor.io author_email = retoor@retoor.io
@ -10,18 +10,11 @@ long_description_content_type = text/markdown
[options] [options]
packages = find: packages = find:
include_package_data = true
package_dir = package_dir =
= src = src
python_requires = >=3.7 python_requires = >=3.7
install_requires = install_requires =
websockets websockets
[options.packages.find] [options.packages.find]
where = src where = src
[options.package_data]
;stogram_client = binaries/*
[options.entry_points]
console_scripts =
yura = yura.client:main

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1 Metadata-Version: 2.1
Name: yura Name: yura
Version: 13.3.7 Version: 1.33.7
Summary: Yura async AI client Summary: Yura async AI client
Author: retoor Author: retoor
Author-email: retoor@retoor.io Author-email: retoor@retoor.io

View File

@ -1,9 +1,11 @@
README.md README.md
pyproject.toml pyproject.toml
setup.cfg setup.cfg
src/yura/__init__.py
src/yura/__main__.py
src/yura/client.py
src/yura.egg-info/PKG-INFO src/yura.egg-info/PKG-INFO
src/yura.egg-info/SOURCES.txt src/yura.egg-info/SOURCES.txt
src/yura.egg-info/dependency_links.txt src/yura.egg-info/dependency_links.txt
src/yura.egg-info/entry_points.txt
src/yura.egg-info/requires.txt src/yura.egg-info/requires.txt
src/yura.egg-info/top_level.txt src/yura.egg-info/top_level.txt

View File

@ -1,2 +0,0 @@
[console_scripts]
yura = yura.client:main

View File

@ -1 +1 @@
yura