Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaddeucci committed Aug 8, 2023
1 parent 300eea9 commit 97b74ff
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 97b74ff

Please sign in to comment.