Compare commits
2 Commits
7e5e7dd2b4
...
9a0dc06d57
Author | SHA1 | Date | |
---|---|---|---|
9a0dc06d57 | |||
69a0b0ca7b |
BIN
dist/yura-1.33.7-py3-none-any.whl
vendored
Normal file
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
BIN
dist/yura-1.33.7.tar.gz
vendored
Normal file
Binary file not shown.
BIN
dist/yura-13.3.7-py3-none-any.whl
vendored
BIN
dist/yura-13.3.7-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/yura-13.3.7.tar.gz
vendored
BIN
dist/yura-13.3.7.tar.gz
vendored
Binary file not shown.
11
setup.cfg
11
setup.cfg
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = yura
|
||||
version = 13.3.7
|
||||
version = 1.33.7
|
||||
description = Yura async AI client
|
||||
author = retoor
|
||||
author_email = retoor@retoor.io
|
||||
@ -10,18 +10,11 @@ long_description_content_type = text/markdown
|
||||
|
||||
[options]
|
||||
packages = find:
|
||||
include_package_data = true
|
||||
package_dir =
|
||||
= src
|
||||
python_requires = >=3.7
|
||||
install_requires =
|
||||
websockets
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
||||
[options.package_data]
|
||||
;stogram_client = binaries/*
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
yura = yura.client:main
|
||||
|
@ -1,6 +1,6 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: yura
|
||||
Version: 13.3.7
|
||||
Version: 1.33.7
|
||||
Summary: Yura async AI client
|
||||
Author: retoor
|
||||
Author-email: retoor@retoor.io
|
||||
|
@ -1,9 +1,11 @@
|
||||
README.md
|
||||
pyproject.toml
|
||||
setup.cfg
|
||||
src/yura/__init__.py
|
||||
src/yura/__main__.py
|
||||
src/yura/client.py
|
||||
src/yura.egg-info/PKG-INFO
|
||||
src/yura.egg-info/SOURCES.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/top_level.txt
|
@ -1,2 +0,0 @@
|
||||
[console_scripts]
|
||||
yura = yura.client:main
|
@ -1 +1 @@
|
||||
|
||||
yura
|
||||
|
Loading…
Reference in New Issue
Block a user