Skip to content

Commit

Permalink
change 'non-release' to 'unreleased' in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Mar 10, 2020
1 parent b45f3e1 commit c62a131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def get_version():
)

if 'dev' in version and not version.endswith('editable'):
# ensure that the value of __version__ is correct if installing the package from a non-release code base
# ensure that the value of __version__ is correct if installing the package from an unreleased code base
init_path = ''
if sys.argv[0] == 'setup.py' and 'install' in sys.argv and not {'--help', '-h'}.intersection(sys.argv):
# python setup.py install
Expand Down

0 comments on commit c62a131

Please sign in to comment.