jspahrsummers / adt

Algebraic data types for Python (experimental, not actively maintained)
MIT License
172 stars 14 forks source link

Just install adt, not tests #39

Closed seanjennings960 closed 4 years ago

seanjennings960 commented 4 years ago

Hey there! I really like this package. Pattern matching in Python, mypy integration. Cool stuff.

A small thing that I ran into while trying it out: find_packages installs both adt and tests packages. The tests package is causing some import name collisions and minor inconveniences for me. I think it'd be a bit more considerate to just install adt :-)

jspahrsummers commented 4 years ago

Makes sense--thank you very much for the PR!