Skip to content

Commit 619b8f6

Browse files
authored
fix(deps): Update metadata and README for release (#30)
Update metadata and README - Update poetry.lock and pyproject.toml metadata - Now I think that the package can be consider as BETA - Update README.md Update python version to 3.11
1 parent 12166a9 commit 619b8f6

File tree

3 files changed

+14
-66
lines changed

3 files changed

+14
-66
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

poetry.lock

Lines changed: 3 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "elotl"
3-
version = "0.0.17"
3+
version = "0.1.0"
44
description = "Python package for Natural Language Processing (NLP), focused on low-resource languages spoken in Mexico."
55
authors = [
66
"Paul Aguilar <paul.aguilar.enriquez@hotmail.com>",
@@ -10,7 +10,6 @@ authors = [
1010
maintainers = ["Robert Pugh <robertpugh408@gmail.com>"]
1111
license = "MLP-2.0"
1212
readme = "README.md"
13-
repository = "https://github.com/ElotlMX/py-elotl"
1413
classifiers = [
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
]
2726
include = ["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]
3338
optional = true

0 commit comments

Comments
 (0)