All scripts are now contained in a package named "bonemarketsolver". The command-line interface has been moved to __main__.py. The solver script has been moved to solve.py. Relative module imports are now used where appropriate. The invocation method of the CLI has changed: instead of running Python itself, you can now use "pipenv run bone_market_solver". The README has been updated to reflect the new usage method.
		
			
				
	
	
		
			16 lines
		
	
	
		
			254 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			254 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [[source]]
 | |
| url = "https://pypi.org/simple"
 | |
| verify_ssl = true
 | |
| name = "pypi"
 | |
| 
 | |
| [packages]
 | |
| ortools = "~=9.0"
 | |
| windows-curses = {platform_system = "== 'Windows'"}
 | |
| 
 | |
| [scripts]
 | |
| 
 | |
| bone_market_solver = "python -m bonemarketsolver"
 | |
| 
 | |
| [requires]
 | |
| python_version = "3.9"
 |