Add unlock cli tool to setup
This commit is contained in:
		
							parent
							
								
									b192dd6e95
								
							
						
					
					
						commit
						58787b3884
					
				
							
								
								
									
										10
									
								
								setup.cfg
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								setup.cfg
									
									
									
									
									
								
							| @ -1,6 +1,6 @@ | ||||
| [metadata] | ||||
| name = chainsyncer | ||||
| version = 0.4.0 | ||||
| version = 0.4.1 | ||||
| description = Generic blockchain syncer driver | ||||
| author = Louis Holbrook | ||||
| author_email = dev@holbrook.no | ||||
| @ -29,11 +29,13 @@ packages = | ||||
| 	chainsyncer.unittest | ||||
| 	chainsyncer.store | ||||
| 	chainsyncer.cli | ||||
| 	chainsyncer.runnable | ||||
| 
 | ||||
| #[options.package_data] | ||||
| #* = | ||||
| #	sql/* | ||||
| 
 | ||||
| #[options.entry_points] | ||||
| #console_scripts = | ||||
| #	blocksync-celery = chainsyncer.runnable.tracker:main | ||||
| [options.entry_points] | ||||
| console_scripts = | ||||
| 	#blocksync-celery = chainsyncer.runnable.tracker:main | ||||
| 	chainsyncer-unlock = chainsyncer.runnable.lock:main | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user