mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-04 07:46:06 +00:00 
			
		
		
		
	Include tests in sdist
This commit is contained in:
		@@ -5,7 +5,10 @@ license = "MIT"
 | 
				
			|||||||
authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
 | 
					authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
 | 
				
			||||||
description = "Tox plugin to install Tox environment dependencies using the Poetry backend and lockfile"
 | 
					description = "Tox plugin to install Tox environment dependencies using the Poetry backend and lockfile"
 | 
				
			||||||
repository = "https://github.com/enpaul/tox-poetry-installer/"
 | 
					repository = "https://github.com/enpaul/tox-poetry-installer/"
 | 
				
			||||||
packages = [{include = "tox_poetry_installer.py"}]
 | 
					packages = [
 | 
				
			||||||
 | 
					  {include = "tox_poetry_installer.py"},
 | 
				
			||||||
 | 
					  {include = "tests/*.py", format = "sdist"}
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
keywords = ["tox", "poetry", "plugin"]
 | 
					keywords = ["tox", "poetry", "plugin"]
 | 
				
			||||||
readme = "README.md"
 | 
					readme = "README.md"
 | 
				
			||||||
classifiers = [
 | 
					classifiers = [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user