From 97b74ff059b6c2e1c1900e7d86384d9f8d886bc9 Mon Sep 17 00:00:00 2001 From: Mario Taddeucci Date: Tue, 8 Aug 2023 00:14:45 -0300 Subject: [PATCH] Fix description --- setup.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 6c96eee..51e250d 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,10 @@ -import codecs -import os - from setuptools import setup -here = os.path.abspath(os.path.dirname(__file__)) +long_description = """ +# Fluent Validator -with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh: - long_description = "\\n" + fh.read() +Package to validate data in a fluent way +""" setup( name="fluent_validator",