lycantropos / hypothesis_sqlalchemy

hypothesis strategies for generating SQLAlchemy objects
MIT License
28 stars 8 forks source link

Add `Framework :: Hypothesis` PyPI trove classifier #4

Closed Zac-HD closed 5 years ago

Zac-HD commented 5 years ago

The Python Packaging Authority has recently created a new trove classifier to help users find Hypothesis-related packages, as described and demonstrated in HypothesisWorks/hypothesis#1663.

It would be great if this package used it too!

lycantropos commented 5 years ago

@Zac-HD: Sure, thanks, I'll do it asap.

Zac-HD commented 5 years ago

Awesome! You might even beat Hypothesis itself to be the first, since we have the whole 'second person reviews' thing :stuck_out_tongue_winking_eye:

lycantropos commented 5 years ago

@Zac-HD: done

https://github.com/lycantropos/hypothesis_sqlalchemy/blob/0936376e6e425c4cd3cc3cc28b47644547e7af7a/setup.py#L33