Skip to content

Commit 238eccf

Browse files
author
Lucas Fonseca
authored
Beta release 0.0.1 (#5)
1 parent c6a2f1c commit 238eccf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
__version__ = "0.0.1"
55
__repository_url__ = "https://github.com/quintoandar/validations-engine"
66

7-
87
with open("README.md") as readme_file:
98
readme = readme_file.read()
109

@@ -19,7 +18,7 @@
1918
description="Engine for creating and running validation suites for general purposes",
2019
long_description=readme,
2120
long_description_content_type="text/markdown",
22-
keywords=["python"],
21+
keywords=["python", "validations", "validations-engine"],
2322
version=__version__,
2423
url=__repository_url__,
2524
packages=find_packages(

0 commit comments

Comments
 (0)