This commit is contained in:
Michael Davidsaver
2026-02-09 18:05:32 -08:00
parent e4293c795a
commit 49b73c1069
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -696,7 +696,7 @@ build_dso.sub_commands.extend([
pvxs_ver = '%(PVXS_MAJOR_VERSION)s.%(PVXS_MINOR_VERSION)s.%(PVXS_MAINTENANCE_VERSION)s'%pvxsversion
#pvxs_ver += 'a1'
pvxs_ver += 'a1'
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as F:
long_description = F.read()