samredai commented on pull request #4285:
URL: https://github.com/apache/iceberg/pull/4285#issuecomment-1062509405


   We should also move the `extras_require` in `setup.py` over to `setup.cfg` 
so that we're not setting package info in two places. This stuff collides 
easily and causes confusion. We can then just have a barebones `setup.py` and 
have everything contained in `setup.cfg`:
   
   *setup.py*
   ```py
   from setuptools import setup
   
   setup()
   ```
   Let me know what you think.


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to