You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2021/09/01 09:39:11 UTC

[GitHub] [avro] RyanSkraba commented on a change in pull request #1312: AVRO-3189: Set the minimum version of setuptools

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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org