Update setup.py
Browse files
setup.py
CHANGED
|
@@ -44,11 +44,5 @@ setup(
|
|
| 44 |
"jupyter>=1.0.0",
|
| 45 |
"matplotlib>=3.7.0",
|
| 46 |
"seaborn>=0.12.0",
|
| 47 |
-
]
|
| 48 |
-
}
|
| 49 |
-
entry_points={
|
| 50 |
-
"console_scripts": [
|
| 51 |
-
"alangpt-scrape=data.scraper:main",
|
| 52 |
-
],
|
| 53 |
-
},
|
| 54 |
-
)
|
|
|
|
| 44 |
"jupyter>=1.0.0",
|
| 45 |
"matplotlib>=3.7.0",
|
| 46 |
"seaborn>=0.12.0",
|
| 47 |
+
]
|
| 48 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|