Skip to content

Commit

Permalink
version without OS
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Feb 12, 2023
1 parent 81f9c9c commit a1a3516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
else:
DIST, DIST_VERSION, DIST_NAME = platform.dist()
NAME = NAME.lower()
VERSION = AppInfo.VERSION.replace('-', '.') + '.' + DIST + DIST_VERSION

#VERSION = AppInfo.VERSION.replace('-', '.') + '.' + DIST + DIST_VERSION
VERSION = AppInfo.VERSION.replace('-', '.')
NAGSTAMON_SCRIPT = 'nagstamon.py'

from setuptools import setup
Expand Down

0 comments on commit a1a3516

Please sign in to comment.