mirror of
				https://github.com/enpaul/peewee-plus.git
				synced 2025-11-04 01:08:38 +00:00 
			
		
		
		
	Add pypi metadata to pyproject
This commit is contained in:
		@@ -10,6 +10,22 @@ packages = [
 | 
				
			|||||||
  {include = "peewee_plus.py"},
 | 
					  {include = "peewee_plus.py"},
 | 
				
			||||||
  {include = "tests", format = "sdist"}
 | 
					  {include = "tests", format = "sdist"}
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					keywords = ["peewee", "orm", "extension", "plguin", "extra"]
 | 
				
			||||||
 | 
					classifiers = [
 | 
				
			||||||
 | 
					  "Development Status :: 5 - Production/Stable",
 | 
				
			||||||
 | 
					  "Environment :: Plugins",
 | 
				
			||||||
 | 
					  "Intended Audience :: Developers",
 | 
				
			||||||
 | 
					  "License :: OSI Approved :: MIT License",
 | 
				
			||||||
 | 
					  "Programming Language :: Python :: 3",
 | 
				
			||||||
 | 
					  "Programming Language :: Python :: 3.6",
 | 
				
			||||||
 | 
					  "Programming Language :: Python :: 3.7",
 | 
				
			||||||
 | 
					  "Programming Language :: Python :: 3.8",
 | 
				
			||||||
 | 
					  "Programming Language :: Python :: 3.9",
 | 
				
			||||||
 | 
					  "Programming Language :: Python :: 3.10",
 | 
				
			||||||
 | 
					  "Programming Language :: Python :: Implementation :: CPython",
 | 
				
			||||||
 | 
					  "Topic :: Database",
 | 
				
			||||||
 | 
					  "Typing :: Typed"
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tool.poetry.dependencies]
 | 
					[tool.poetry.dependencies]
 | 
				
			||||||
python = "^3.6.1"
 | 
					python = "^3.6.1"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user