BUGFIX: main() not found
This commit is contained in:
		
							parent
							
								
									156370a586
								
							
						
					
					
						commit
						fe28ab3246
					
				
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -14,7 +14,7 @@ setuptools.setup(
 | 
			
		|||
    url="https://git.rudefox.io/bj/torch-agent",
 | 
			
		||||
    packages=setuptools.find_packages(),
 | 
			
		||||
    entry_points = {
 | 
			
		||||
        'console_scripts': ['torch-agent=torch_agent:main'],
 | 
			
		||||
        'console_scripts': ['torch-agent=torch_agent.torch_agent:main'],
 | 
			
		||||
    },
 | 
			
		||||
    classifiers=[
 | 
			
		||||
        "Programming Language :: Python :: 3",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user