diff --git a/cpp/pyproject.toml b/cpp/pyproject.toml index f218ffb..e9c2750 100644 --- a/cpp/pyproject.toml +++ b/cpp/pyproject.toml @@ -21,6 +21,7 @@ requires-python = ">=3.7" classifiers = [ "Development Status :: 3 - Alpha", "Programming Language :: C++", + "Programming Language :: Python", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", diff --git a/js/pyproject.toml.jinja b/js/pyproject.toml.jinja index e6c66eb..23c4e10 100644 --- a/js/pyproject.toml.jinja +++ b/js/pyproject.toml.jinja @@ -17,6 +17,7 @@ keywords = [] classifiers = [ "Development Status :: 3 - Alpha", + "Programming Language :: Python", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", @@ -28,10 +29,6 @@ classifiers = [ dependencies = [] -[project.urls] -Repository = "https://github.com/{{github}}/{{project_name_formatted}}" -Homepage = "https://github.com/{{github}}/{{project_name_formatted}}" - [project.optional-dependencies] develop = [ "build", @@ -48,6 +45,10 @@ develop = [ [project.scripts] +[project.urls] +Repository = "https://github.com/{{github}}/{{project_name_formatted}}" +Homepage = "https://github.com/{{github}}/{{project_name_formatted}}" + [tool.bumpversion] current_version = "0.1.0" commit = true diff --git a/jupyter/pyproject.toml.jinja b/jupyter/pyproject.toml.jinja index 7bdcfcc..fd81af4 100644 --- a/jupyter/pyproject.toml.jinja +++ b/jupyter/pyproject.toml.jinja @@ -18,6 +18,7 @@ keywords = [] classifiers = [ "Development Status :: 3 - Alpha", + "Programming Language :: Python", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", @@ -29,10 +30,6 @@ classifiers = [ dependencies = [] -[project.urls] -Repository = "https://github.com/{{github}}/{{project_name_formatted}}" -Homepage = "https://github.com/{{github}}/{{project_name_formatted}}" - [project.optional-dependencies] develop = [ "build", @@ -50,6 +47,10 @@ develop = [ [project.scripts] +[project.urls] +Repository = "https://github.com/{{github}}/{{project_name_formatted}}" +Homepage = "https://github.com/{{github}}/{{project_name_formatted}}" + [tool.bumpversion] current_version = "0.1.0" commit = true diff --git a/python/pyproject.toml.jinja b/python/pyproject.toml.jinja index 4f5db08..1add4a8 100644 --- a/python/pyproject.toml.jinja +++ b/python/pyproject.toml.jinja @@ -14,6 +14,7 @@ keywords = [] classifiers = [ "Development Status :: 3 - Alpha", + "Programming Language :: Python", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", @@ -25,10 +26,6 @@ classifiers = [ dependencies = [] -[project.urls] -Repository = "https://github.com/{{github}}/{{project_name_formatted}}" -Homepage = "https://github.com/{{github}}/{{project_name_formatted}}" - [project.optional-dependencies] develop = [ "build", @@ -44,6 +41,10 @@ develop = [ [project.scripts] +[project.urls] +Repository = "https://github.com/{{github}}/{{project_name_formatted}}" +Homepage = "https://github.com/{{github}}/{{project_name_formatted}}" + [tool.bumpversion] current_version = "0.1.0" commit = true diff --git a/rust/pyproject.toml.jinja b/rust/pyproject.toml.jinja index 565d073..d34ad52 100644 --- a/rust/pyproject.toml.jinja +++ b/rust/pyproject.toml.jinja @@ -15,6 +15,7 @@ keywords = [] classifiers = [ "Development Status :: 3 - Alpha", "Programming Language :: Rust", + "Programming Language :: Python", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", @@ -26,10 +27,6 @@ classifiers = [ dependencies = [] -[project.urls] -Repository = "https://github.com/{{github}}/{{project_name_formatted}}" -Homepage = "https://github.com/{{github}}/{{project_name_formatted}}" - [project.optional-dependencies] develop = [ "build", @@ -46,6 +43,10 @@ develop = [ [project.scripts] +[project.urls] +Repository = "https://github.com/{{github}}/{{project_name_formatted}}" +Homepage = "https://github.com/{{github}}/{{project_name_formatted}}" + [tool.bumpversion] current_version = "0.1.0" commit = true