ColtonProvias / sqlalchemy-jsonapi

JSONAPI implementation for use with SQLAlchemy
MIT License
71 stars 27 forks source link

Add MANIFEST.in #31

Closed bollwyvl closed 7 years ago

bollwyvl commented 7 years ago

Hi, thanks for the work!

I'm looking to get sqlalchemy-jsonapi built for conda with the conda-forge community. As part of that, we try to make sure that the distributed packages clearly communicate the rights that a user has, which mainly takes the form of including the license file in the distributed package (not just the name of the license in the metadata).

In the spirit of this guide, this adds the requisite fix MANIFEST.in commit!

Of course, you might want to include other things, too, (README?) and I'm not sure if a 4.0.9 is forthcoming, but since the 4.x line is what is currently distributed, I figured it was worth starting here!

jakirkham commented 7 years ago

Could someone please take a look at this?

Anderycks commented 7 years ago

Hi @bollwyvl and @jakirkham. I'm helping @ColtonProvias get reviews done and PRs merged. Can you please retarget to master and also include the README? Then I'd be happy to approve and merge it.

bollwyvl commented 7 years ago

Eek... I'm going to start over on another PR!

jakirkham commented 7 years ago

Please see PR ( https://github.com/ColtonProvias/sqlalchemy-jsonapi/pull/36 ).