Skip to content

Commit ddcf274

Browse files
committed
fix setup and bump version
1 parent 7b6cb0e commit ddcf274

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyvalueobjects
3-
version = 0.14.0
3+
version = 0.14.1
44
author = Javier Parada
55
author_email = javierparadadev@gmail.com
66
description = A collection of Value Objects to save time by generalizing data type and format validations.
@@ -25,6 +25,7 @@ keywords =
2525

2626
[options.packages.find]
2727
include = pyvalueobjects*
28+
exclude = assets*
2829

2930
include_package_data = True
3031
python_requires = >=3.7

0 commit comments

Comments
 (0)