File tree Expand file tree Collapse file tree 3 files changed +14
-66
lines changed
Expand file tree Collapse file tree 3 files changed +14
-66
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ Developed by:
1010- Robert Pugh [ @Lguyogiro ] ( https://github.com/Lguyogiro ) , [ robertpugh408@gmail.com ] ( mailto:robertpugh408@gmail.com )
1111- Diego Barriga [ @umoqnier ] ( https://github.com/umoqnier/ ) , [ dbarriga@ciencias.unam.mx ] ( mailto:dbarriga@ciencias.unam.mx )
1212
13- Requiere python>=3.6
13+ Requiere python>=3.8
1414
15- - Development Status ` Alpha ` . Read [ Classifiers] ( https://pypi.org/classifiers/ )
15+ - Development Status ` Beta ` . Read [ Classifiers] ( https://pypi.org/classifiers/ )
1616- pip package: [ elotl] ( https://pypi.org/project/elotl/ )
1717- GitHub repository: [ ElotlMX/py-elotl] ( https://github.com/ElotlMX/py-elotl )
1818
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " elotl"
3- version = " 0.0.17 "
3+ version = " 0.1.0 "
44description = " Python package for Natural Language Processing (NLP), focused on low-resource languages spoken in Mexico."
55authors = [
66 " Paul Aguilar <paul.aguilar.enriquez@hotmail.com>" ,
@@ -10,7 +10,6 @@ authors = [
1010maintainers = [" Robert Pugh <robertpugh408@gmail.com>" ]
1111license = " MLP-2.0"
1212readme = " README.md"
13- repository = " https://github.com/ElotlMX/py-elotl"
1413classifiers = [
1514 " Programming Language :: Python :: 3" ,
1615 " License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)" ,
@@ -22,12 +21,18 @@ classifiers = [
2221 " Natural Language :: Spanish" ,
2322 " Topic :: Utilities" ,
2423 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
25- " Development Status :: 3 - Alpha " ,
24+ " Development Status :: 4 - Beta " ,
2625]
2726include = [" MANIFEST.in" ]
2827
28+ [project .urls ]
29+ Homepage = " https://elotl.mx"
30+ Documentation = " https://github.com/ElotlMX/py-elotl/tree/master/docs"
31+ Repository = " https://github.com/ElotlMX/py-elotl"
32+ Issues = " https://github.com/ElotlMX/py-elotl/issues"
33+
2934[tool .poetry .dependencies ]
30- python = " ^3.8 "
35+ python = " ^3.11 "
3136
3237[tool .poetry .group .test ]
3338optional = true
You can’t perform that action at this time.
0 commit comments