Skip to content

Commit

Permalink
Adding config.yaml to setup (#119)
Browse files Browse the repository at this point in the history
Bugfix, merging it
  • Loading branch information
oliveirarleo committed Nov 17, 2021
1 parent d5a2e70 commit f05f04c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -22,4 +22,7 @@
python_requires='>=3.7',
install_requires=['pyyaml>=5.1', 'anytree>=2.8.0', 'stringcase>=1.2.0', 'deprecation>=2.1.0'],
tests_require=['pytest>=2.7.2'],
package_data={'vspec': [
'config.yaml'
]},
)

0 comments on commit f05f04c

Please sign in to comment.