mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			630 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			630 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/pyproject.toml b/pyproject.toml
 | |
| index a109cef..5ecd1b8 100644
 | |
| --- a/pyproject.toml
 | |
| +++ b/pyproject.toml
 | |
| @@ -1,5 +1,5 @@
 | |
|  [build-system]
 | |
| -requires = ["hatchling", "hatch-fancy-pypi-readme"]
 | |
| +requires = ["hatchling"]
 | |
|  build-backend = "hatchling.build"
 | |
|  
 | |
|  [project]
 | |
| @@ -66,15 +66,6 @@ include = [
 | |
|      "/README.md",
 | |
|  ]
 | |
|  
 | |
| -[tool.hatch.metadata.hooks.fancy-pypi-readme]
 | |
| -content-type = "text/markdown"
 | |
| -
 | |
| -[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
 | |
| -path = "README.md"
 | |
| -
 | |
| -[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
 | |
| -path = "CHANGELOG.md"
 | |
| -
 | |
|  [tool.mypy]
 | |
|  strict = true
 | |
|  show_error_codes = true
 |