mirror of
https://codeberg.org/reflect/reflect-client-python.git
synced 2025-09-14 01:23:41 +02:00
fix: setuptools version
This commit is contained in:
parent
7ab8e6777d
commit
8147122386
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "reflect-client",
|
name = "reflect-client",
|
||||||
version = "1.1.1",
|
version = "1.1.2",
|
||||||
description = "Python library for communicating with an API built with Reflect over HTTP or UNIX sockets",
|
description = "Python library for communicating with an API built with Reflect over HTTP or UNIX sockets",
|
||||||
author = "Victor Westerlund",
|
author = "Victor Westerlund",
|
||||||
author_email = "victor.vesterlund@gmail.com",
|
author_email = "victor.vesterlund@gmail.com",
|
||||||
|
|
Loading…
Add table
Reference in a new issue