Skip to content

Commit

Permalink
Ensure PyPi compliant versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pp81381 committed Apr 7, 2019
1 parent a25654d commit b74a259
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

setuptools.setup(
name="rsp1570serial-pp81381",
use_scm_version=True,
use_scm_version={
'local_scheme': 'dirty-tag', # For PyPi compliance
},
setup_requires=['setuptools_scm'],
author="Phil Porter",
description="Rotel RSP-1570 processor asyncio RS-232 protocol",
Expand Down

0 comments on commit b74a259

Please sign in to comment.