Include static and template files in packages
This commit is contained in:
		@@ -3,6 +3,10 @@ name = "fabcal"
 | 
				
			|||||||
version = "0.0.1"
 | 
					version = "0.0.1"
 | 
				
			||||||
description = ""
 | 
					description = ""
 | 
				
			||||||
authors = ["Fabian Müller <fabian@fablab-altmuehlfranken.de>"]
 | 
					authors = ["Fabian Müller <fabian@fablab-altmuehlfranken.de>"]
 | 
				
			||||||
 | 
					include = [
 | 
				
			||||||
 | 
					    { path = "static", format = ["sdist", "wheel"] },
 | 
				
			||||||
 | 
					    { path = "templates", format = ["sdist", "wheel"] },
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tool.poetry.dependencies]
 | 
					[tool.poetry.dependencies]
 | 
				
			||||||
python = "^3.8"
 | 
					python = "^3.8"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user