mirror of
				https://github.com/msgpack/msgpack-python.git
				synced 2025-10-31 01:20:53 +00:00 
			
		
		
		
	Rename package name to msgpack
This commit is contained in:
		
							parent
							
								
									d0d3a40389
								
							
						
					
					
						commit
						89e4f8b7b3
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								setup.py
									
										
									
									
									
								
							|  | @ -102,7 +102,7 @@ with io.open('README.rst', encoding='utf-8') as f: | ||||||
|     long_desc = f.read() |     long_desc = f.read() | ||||||
| del f | del f | ||||||
| 
 | 
 | ||||||
| setup(name='msgpack-python', | setup(name='msgpack', | ||||||
|       author='INADA Naoki', |       author='INADA Naoki', | ||||||
|       author_email='songofacandy@gmail.com', |       author_email='songofacandy@gmail.com', | ||||||
|       version=version_str, |       version=version_str, | ||||||
|  | @ -124,5 +124,5 @@ setup(name='msgpack-python', | ||||||
|           'Programming Language :: Python :: Implementation :: PyPy', |           'Programming Language :: Python :: Implementation :: PyPy', | ||||||
|           'Intended Audience :: Developers', |           'Intended Audience :: Developers', | ||||||
|           'License :: OSI Approved :: Apache Software License', |           'License :: OSI Approved :: Apache Software License', | ||||||
|           ] |       ], | ||||||
|       ) | ) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 INADA Naoki
						INADA Naoki