setup: auto version based on date (yyyymmdd.hhmm)

master
pictuga 2021-12-05 18:48:29 +01:00
parent 4e577d3266
commit c3318d4af0
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from datetime import datetime
from glob import glob
from setuptools import setup
@ -6,6 +7,7 @@ package_name = 'morss'
setup(
name = package_name,
version = datetime.now().strftime('%Y%m%d.%H%M'),
description = 'Get full-text RSS feeds',
author = 'pictuga, Samuel Marks',
author_email = 'contact@pictuga.com',