mirror of
				https://github.com/KevinMidboe/tableprint.git
				synced 2025-10-29 18:00:16 +00:00 
			
		
		
		
	Updating setup.py
This commit is contained in:
		
							
								
								
									
										4
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								setup.py
									
									
									
									
									
								
							| @@ -1,5 +1,4 @@ | ||||
| from setuptools import setup | ||||
| import tableprint | ||||
|  | ||||
| setup( | ||||
|     name='tableprint', | ||||
| @@ -7,7 +6,7 @@ setup( | ||||
|     # Versions should comply with PEP440.  For a discussion on single-sourcing | ||||
|     # the version across setup.py and the project code, see | ||||
|     # https://packaging.python.org/en/latest/single_source_version.html | ||||
|     version=tableprint.__version__, | ||||
|     version='0.6.0', | ||||
|  | ||||
|     description='Pretty console printing of tabular data', | ||||
|     long_description='''Formatted console printing of tabular data. | ||||
| @@ -43,7 +42,6 @@ setup( | ||||
|         # Specify the Python versions you support here. In particular, ensure | ||||
|         # that you indicate whether you support Python 2, Python 3 or both. | ||||
|         'Programming Language :: Python :: 2.7', | ||||
|         'Programming Language :: Python :: 3.3', | ||||
|         'Programming Language :: Python :: 3.4', | ||||
|         'Programming Language :: Python :: 3.5', | ||||
|     ], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user