cloderic commited on
Commit
b27ff28
1 Parent(s): 5b804ab

add license for the preprocessing

Browse files
preprocessing/LICENSE ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2
+ Version 2, December 2004
3
+
4
+ Copyright (C) 2024 Clodéric Mars <cloderic@hey.com>
5
+
6
+ Everyone is permitted to copy and distribute verbatim or modified
7
+ copies of this license document, and changing it is allowed as long
8
+ as the name is changed.
9
+
10
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
11
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
12
+
13
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
preprocessing/pyproject.toml CHANGED
@@ -2,8 +2,6 @@
2
  name = "ames-iowa-housing-pre-processing"
3
  version = "0.1.0"
4
  description = "Preprocessing for the Ames Iowa Housing dataset"
5
- readme = "README.md"
6
  requires-python = ">=3.13"
7
- dependencies = [
8
- "pandas>=2.2.3",
9
- ]
 
2
  name = "ames-iowa-housing-pre-processing"
3
  version = "0.1.0"
4
  description = "Preprocessing for the Ames Iowa Housing dataset"
5
+ license = { file = "LICENSE" }
6
  requires-python = ">=3.13"
7
+ dependencies = ["pandas>=2.2.3"]