fkromer / hypothesis-ros

Data generators for Property Based Testing and Fuzzy Testing of ROS1 nodes.
https://hypothesis-ros.readthedocs.io
Apache License 2.0
15 stars 4 forks source link

Add files read in setup.py as package data #49

Open fkromer opened 6 years ago

fkromer commented 6 years ago

If one tries to install hypothesis-ros into a tox environment an exception IOError: [Errno 2] No such file or directory: 'requirements.txt' is raised. Add the files as package data to enable tox support.