summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-08-17 11:03:19 -0300
committerRoger Gonzalez <roger@rogs.me>2023-08-17 11:03:19 -0300
commite97d289e11c5281b60d0e8d88a9d027f87ec289d (patch)
tree84c73707e80b93cdde7ab358fe01e65c203aede6
parent416f6dd0b098014ed15bc8ffa7aabc8774ca7c2c (diff)
Changed project name
-rw-r--r--README.md3
-rw-r--r--README.org6
-rwxr-xr-xpyproject.toml4
3 files changed, 5 insertions, 8 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7da581f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# UTE API Wrapper
+
+This is a sample text
diff --git a/README.org b/README.org
deleted file mode 100644
index d685dce..0000000
--- a/README.org
+++ /dev/null
@@ -1,6 +0,0 @@
-* UTE API Wrapper
-:PROPERTIES:
-:ID: fbbc5d08-8ee8-42d7-8175-f8552b71adfc
-:END:
-
-This is a sample text
diff --git a/pyproject.toml b/pyproject.toml
index bf32cf2..8ebcc82 100755
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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",