RyanSkraba commented on a change in pull request #1312:
URL: https://github.com/apache/avro/pull/1312#discussion_r699104079
##########
File path: lang/py/pyproject.toml
##########
@@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+[build-system]
+requires = ["setuptools>=57", "wheel"] # PEP 508 specifications.
Review comment:
OK! I missed your earlier JIRA and earlier PR, I'll point the JIRA to
your better PR. I appreciate the attention that you give to proper packaging
:D It's such a meticulous art.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]