mirror of
				https://github.com/Bryanthelol/namekoplus
				synced 2025-11-04 10:17:31 +08:00 
			
		
		
		
	fix: chassis-agent config missed in MANIFEST.in
This commit is contained in:
		@@ -1,3 +1,4 @@
 | 
			
		||||
include *.py *.md
 | 
			
		||||
recursive-include namekoplus/chassis *.py
 | 
			
		||||
recursive-include namekoplus/templates *.py *.yml
 | 
			
		||||
recursive-include namekoplus/templates *.py *.yml
 | 
			
		||||
recursive-include namekoplus/chassis-agent *.py *.yml
 | 
			
		||||
							
								
								
									
										0
									
								
								namekoplus/chassis-agent/__init__.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								namekoplus/chassis-agent/__init__.py
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										4
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								setup.py
									
									
									
									
									
								
							@@ -9,7 +9,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
 | 
			
		||||
 | 
			
		||||
setup(
 | 
			
		||||
    name='namekoplus',
 | 
			
		||||
    version='0.2.1',
 | 
			
		||||
    version='0.2.2',
 | 
			
		||||
    description='A lightweight Python distributed microservice solution',
 | 
			
		||||
    long_description=long_description,
 | 
			
		||||
    long_description_content_type='text/markdown',
 | 
			
		||||
@@ -33,7 +33,7 @@ setup(
 | 
			
		||||
        'Topic :: Software Development :: Libraries :: Python Modules',
 | 
			
		||||
    ],
 | 
			
		||||
    platforms='any',
 | 
			
		||||
    python_requires='>=3',
 | 
			
		||||
    python_requires='>=3.8, <4',
 | 
			
		||||
 | 
			
		||||
    keywords='lightweight python distributed microservice solution',
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user