We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6cb0e commit ddcf274Copy full SHA for ddcf274
1 file changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pyvalueobjects
3
-version = 0.14.0
+version = 0.14.1
4
author = Javier Parada
5
author_email = javierparadadev@gmail.com
6
description = A collection of Value Objects to save time by generalizing data type and format validations.
@@ -25,6 +25,7 @@ keywords =
25
26
[options.packages.find]
27
include = pyvalueobjects*
28
+exclude = assets*
29
30
include_package_data = True
31
python_requires = >=3.7
0 commit comments