Skip to content

Commit

Permalink
Ahora sí.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqaska committed Jul 15, 2022
1 parent c8eeda2 commit 336a8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import setuptools

f = open("README.md", "r")
f = open("README.md", "r", encoding='utf-8-sig')
long_description = f.read()
f.close()

setuptools.setup(
name="frases",
packages=["frases"],
version="0.1.2",
version="0.1.0-F",
author="Luqaska",
description="API de frases",
long_description=long_description,
Expand Down

0 comments on commit 336a8da

Please sign in to comment.