feat: add description to pyproject.toml (#2)
This commit is contained in:
		
							parent
							
								
									76a954000d
								
							
						
					
					
						commit
						77806286e6
					
				@ -3,6 +3,8 @@
 | 
				
			|||||||
authors = ["Your Name <you@example.com>"]
 | 
					authors = ["Your Name <you@example.com>"]
 | 
				
			||||||
name = "root"
 | 
					name = "root"
 | 
				
			||||||
version = "0.0.0"
 | 
					version = "0.0.0"
 | 
				
			||||||
 | 
					description = ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tool.poetry.dependencies]
 | 
					[tool.poetry.dependencies]
 | 
				
			||||||
pandas = "*"
 | 
					pandas = "*"
 | 
				
			||||||
python = "^3.7"
 | 
					python = "^3.7"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user