Skip to content

Commit

Permalink
Avoid local versions for test pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrittain committed Oct 24, 2023
1 parent e3902b8 commit 03ca0c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@

setup(
name='asciimatics',
use_scm_version={"write_to": "asciimatics/version.py"},
use_scm_version={
"write_to": "asciimatics/version.py",
"local_scheme": "no-local-version"
},
description='A cross-platform package to replace curses (mouse/keyboard '
'input & text colours/positioning) and create ASCII '
'animations',
Expand Down

0 comments on commit 03ca0c8

Please sign in to comment.