Skip to content

Commit 3c831da

Browse files
build(project): remove unsupported language classifier and update http links
1 parent 90dd02f commit 3c831da

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ classifiers = [
2424
"Intended Audience :: Developers",
2525
"Natural Language :: English",
2626
"Natural Language :: French",
27-
"Natural Language :: Indigenous/Local Languages",
2827
"Natural Language :: Italian",
2928
"Natural Language :: Portuguese",
3029
"Natural Language :: Spanish",
@@ -45,9 +44,9 @@ dependencies = [
4544
Changelog = "https://github.com/pythonpe/edit-python.pe/blob/main/CHANGELOG.md"
4645
Documentation = "https://github.com/pythonpe/edit-python.pe/blob/main/README.md"
4746
Download = "https://github.com/pythonpe/edit-python.pe/archive/refs/tags/v0.2.10.tar.gz"
48-
Homepage = "http://github.com/pythonpe/edit-python.pe"
47+
Homepage = "https://github.com/pythonpe/edit-python.pe"
4948
Issues = "https://github.com/pythonpe/edit-python.pe/issues"
50-
Repository = "http://github.com/pythonpe/edit-python.pe"
49+
Repository = "https://github.com/pythonpe/edit-python.pe"
5150

5251
[project.scripts]
5352
edit-python-pe = "edit_python_pe.main:main"

0 commit comments

Comments
 (0)