cmanaha / python-elasticsearch-logger

Python Elasticsearch handler for the standard python logging framework
Other
232 stars 115 forks source link

Using environment marker for version on setup.py #65

Open gpkc opened 5 years ago

gpkc commented 5 years ago

Currently the setup.py will check the Python version using sys.version_info. That is not considered good practice and for example will not work with Poetry. The recommendation is then to use environment markers. See for example this issue.