[
https://issues.apache.org/jira/browse/AIRFLOW-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxime Beauchemin resolved AIRFLOW-2734.
----------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Issue resolved by pull request #3588
[https://github.com/apache/incubator-airflow/pull/3588]
> Resolve setuptools normalized_version warning
> ---------------------------------------------
>
> Key: AIRFLOW-2734
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2734
> Project: Apache Airflow
> Issue Type: Improvement
> Reporter: Taylor Edmiston
> Assignee: Taylor Edmiston
> Priority: Minor
> Fix For: 2.0.0
>
>
> When running Airflow's setup.py, setuptools throws a warning about the
> version string not having a . between the version number and the dev suffix.
>
> {code}
> $ python setup.py
>
> /Users/taylor/.local/share/virtualenvs/airflow-no-hooks/lib/python3.6/site-packages/setuptools/dist.py:398:
> UserWarning: Normalizing '2.0.0dev0+incubating' to '2.0.0.dev0+incubating'
> normalized_version,
> usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
> or: setup.py --help [cmd1 cmd2 ...]
> or: setup.py --help-commands
> or: setup.py cmd --help
> {code}
>
> The PR for this issue resolves this.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)