setup: auto version based on date (yyyymmdd.hhmm)
This commit is contained in:
		
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@@ -1,3 +1,4 @@
 | 
				
			|||||||
 | 
					from datetime import datetime
 | 
				
			||||||
from glob import glob
 | 
					from glob import glob
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from setuptools import setup
 | 
					from setuptools import setup
 | 
				
			||||||
@@ -6,6 +7,7 @@ package_name = 'morss'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
setup(
 | 
					setup(
 | 
				
			||||||
    name = package_name,
 | 
					    name = package_name,
 | 
				
			||||||
 | 
					    version = datetime.now().strftime('%Y%m%d.%H%M'),
 | 
				
			||||||
    description = 'Get full-text RSS feeds',
 | 
					    description = 'Get full-text RSS feeds',
 | 
				
			||||||
    author = 'pictuga, Samuel Marks',
 | 
					    author = 'pictuga, Samuel Marks',
 | 
				
			||||||
    author_email = 'contact@pictuga.com',
 | 
					    author_email = 'contact@pictuga.com',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user