Changed project name

This commit is contained in:
Roger Gonzalez 2023-08-17 11:03:19 -03:00
parent 416f6dd0b0
commit e97d289e11
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
3 changed files with 5 additions and 8 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# UTE API Wrapper
This is a sample text

View File

@ -1,6 +0,0 @@
* UTE API Wrapper
:PROPERTIES:
:ID: fbbc5d08-8ee8-42d7-8175-f8552b71adfc
:END:
This is a sample text

View File

@ -44,13 +44,13 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "ute"
name = "ute_wrapper"
version = "1.0.0"
authors = [
{ name="Roger Gonzalez", email="roger@rogs.me" },
]
description = "A wrapper to interact with UTE's API"
readme = "README.org"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",