barseghyanartur / graphene-elastic

Graphene Elasticsearch/OpenSearch (DSL) integration
https://pypi.org/project/graphene-elastic/
71 stars 17 forks source link

Fix typo in setup.py metadata #80

Closed DavidSmith166 closed 10 months ago

DavidSmith166 commented 10 months ago

Requires expressions are comma-delimited, the PDM package manager rejects v0.8 because the metadata section is invalid.

codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (074a4e6) 85.45% compared to head (ad64d28) 85.45%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #80 +/- ## ======================================= Coverage 85.45% 85.45% ======================================= Files 50 50 Lines 2433 2433 ======================================= Hits 2079 2079 Misses 354 354 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

DavidSmith166 commented 10 months ago

@barseghyanartur Can you update the v0.8 release or cut a new release once you are satisfied this change was appropriate?

gauthier-labs commented 9 months ago

@barseghyanartur Checking on when this will be included in the v0.8 release or new release? I am wanting to use your package with the PDM package manager, but it requires this change.

barseghyanartur commented 8 months ago

@gauthier-labs, @DavidSmith166:

Just released 0.8.1. Sorry for the delay.