File: pyproject.toml

package info (click to toggle)
isort 7.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,548 kB
  • sloc: python: 15,337; javascript: 42; makefile: 28; sh: 22
file content (14 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[project]
name = "example_shared_isort_profile"
version = "0.1.0"
description = "An example shared isort profile"
authors = [{name = "Timothy Crosley", email = "timothy.crosley@gmail.com"}, {name = "staticdev", email = "staticdev-support@proton.me"}]
license = "MIT"
requires-python = ">=3.10.0"

[project.entry-points."isort.profiles"]
example = "example_shared_isort_profile:PROFILE"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"