Skip to content

Commit

Permalink
Beta release 0.0.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Fonseca authored Sep 2, 2022
1 parent c6a2f1c commit 238eccf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
__version__ = "0.0.1"
__repository_url__ = "https://github.com/quintoandar/validations-engine"


with open("README.md") as readme_file:
readme = readme_file.read()

Expand All @@ -19,7 +18,7 @@
description="Engine for creating and running validation suites for general purposes",
long_description=readme,
long_description_content_type="text/markdown",
keywords=["python"],
keywords=["python", "validations", "validations-engine"],
version=__version__,
url=__repository_url__,
packages=find_packages(
Expand Down

0 comments on commit 238eccf

Please sign in to comment.