We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a2f1c commit 238eccfCopy full SHA for 238eccf
1 file changed
setup.py
@@ -4,7 +4,6 @@
4
__version__ = "0.0.1"
5
__repository_url__ = "https://github.com/quintoandar/validations-engine"
6
7
-
8
with open("README.md") as readme_file:
9
readme = readme_file.read()
10
@@ -19,7 +18,7 @@
19
18
description="Engine for creating and running validation suites for general purposes",
20
long_description=readme,
21
long_description_content_type="text/markdown",
22
- keywords=["python"],
+ keywords=["python", "validations", "validations-engine"],
23
version=__version__,
24
url=__repository_url__,
25
packages=find_packages(
0 commit comments