Restore missing data at pyproject.toml
Restore keywords and classifiers for the project
							parent
							
								
									5f940ef4cd
								
							
						
					
					
						commit
						bbd2f07eaf
					
				|  | @ -39,9 +39,29 @@ name = "piker" | ||||||
| version = "0.1.0a0dev0" | version = "0.1.0a0dev0" | ||||||
| description = "trading gear for hackers" | description = "trading gear for hackers" | ||||||
| authors = [{ name = "Tyler Goodlet", email = "goodboy_foss@protonmail.com" }] | authors = [{ name = "Tyler Goodlet", email = "goodboy_foss@protonmail.com" }] | ||||||
|  | requires-python = ">=3.12, <3.13" | ||||||
| license = "AGPL-3.0-or-later" | license = "AGPL-3.0-or-later" | ||||||
| readme = "README.rst" | readme = "README.rst" | ||||||
| requires-python = ">=3.12, <3.13" | keywords = [ | ||||||
|  |   "async", | ||||||
|  |   "trading", | ||||||
|  |   "finance", | ||||||
|  |   "quant", | ||||||
|  |   "charting", | ||||||
|  | ] | ||||||
|  | classifiers = [ | ||||||
|  |   'Development Status :: 3 - Alpha', | ||||||
|  |   "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", | ||||||
|  |   'Operating System :: POSIX :: Linux', | ||||||
|  |   "Programming Language :: Python :: Implementation :: CPython", | ||||||
|  |   "Programming Language :: Python :: 3 :: Only", | ||||||
|  |   "Programming Language :: Python :: 3.11", | ||||||
|  |   "Programming Language :: Python :: 3.12", | ||||||
|  |   'Intended Audience :: Financial and Insurance Industry', | ||||||
|  |   'Intended Audience :: Science/Research', | ||||||
|  |   'Intended Audience :: Developers', | ||||||
|  |   'Intended Audience :: Education', | ||||||
|  | ] | ||||||
| dependencies = [ | dependencies = [ | ||||||
|     "async-generator >=1.10, <2.0.0", |     "async-generator >=1.10, <2.0.0", | ||||||
|     "attrs >=23.1.0, <24.0.0", |     "attrs >=23.1.0, <24.0.0", | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue