cyberdelia / atomic

An atomic class that guarantees atomic updates to its contained value.
https://atomic.readthedocs.org
MIT License
24 stars 5 forks source link

setup.py: tests directory will not be installed #14

Closed a1ezzz closed 6 years ago

a1ezzz commented 6 years ago

Hello. setup.py may include tests directory as a package. So, besides atomic package, tests package will be installed and this definitely a bad behavior. An applied patch fixes this.

cyberdelia commented 6 years ago

Thanks :bowtie: