|
| 1 | +[build-system] |
| 2 | +requires = [ |
| 3 | + "setuptools~=82.0.0", |
| 4 | + "wheel", |
| 5 | +] |
| 6 | +build-backend = "setuptools.build_meta" |
| 7 | + |
| 8 | +[project] |
| 9 | +name = "computer-languages" |
| 10 | +version = "1.0.0" |
| 11 | +description = "File extensions for computer languages." |
| 12 | +authors = [ |
| 13 | + { name = "Adam Lui", email = "adam@kudoai.com" }, |
| 14 | +] |
| 15 | +readme = "docs/README.md" |
| 16 | +license = "MIT" |
| 17 | +license-files = [ |
| 18 | + "docs/LICENSE.md", |
| 19 | +] |
| 20 | +requires-python = ">=2.6,<4" |
| 21 | +keywords = [ |
| 22 | + "asciidoc", |
| 23 | + "bash", |
| 24 | + "c", |
| 25 | + "c#", |
| 26 | + "c++", |
| 27 | + "code-languages", |
| 28 | + "computer-languages", |
| 29 | + "csv", |
| 30 | + "dart", |
| 31 | + "data-languages", |
| 32 | + "extensions", |
| 33 | + "file‑type-detection", |
| 34 | + "file-extensions", |
| 35 | + "filenames", |
| 36 | + "github", |
| 37 | + "go", |
| 38 | + "html", |
| 39 | + "java", |
| 40 | + "javascript", |
| 41 | + "json", |
| 42 | + "kotlin", |
| 43 | + "language-detection", |
| 44 | + "languages", |
| 45 | + "linguist", |
| 46 | + "markdown", |
| 47 | + "markup-languages", |
| 48 | + "php", |
| 49 | + "powershell", |
| 50 | + "programming-languages", |
| 51 | + "prose-languages", |
| 52 | + "python", |
| 53 | + "ruby", |
| 54 | + "rust", |
| 55 | + "shell", |
| 56 | + "sql", |
| 57 | + "swift", |
| 58 | + "syntax-highlighting", |
| 59 | + "toml", |
| 60 | + "typescript", |
| 61 | + "xml", |
| 62 | + "yaml", |
| 63 | +] |
| 64 | +classifiers = [ |
| 65 | + "Development Status :: 5 - Production/Stable", |
| 66 | + "Intended Audience :: Developers", |
| 67 | + "Intended Audience :: Education", |
| 68 | + "Intended Audience :: Information Technology", |
| 69 | + "Intended Audience :: Science/Research", |
| 70 | + "Intended Audience :: System Administrators", |
| 71 | + "Natural Language :: English", |
| 72 | + "Operating System :: OS Independent", |
| 73 | + "Programming Language :: Python", |
| 74 | + "Programming Language :: Python :: 2", |
| 75 | + "Programming Language :: Python :: 2.6", |
| 76 | + "Programming Language :: Python :: 2.7", |
| 77 | + "Programming Language :: Python :: 3", |
| 78 | + "Programming Language :: Python :: 3.8", |
| 79 | + "Programming Language :: Python :: 3.9", |
| 80 | + "Programming Language :: Python :: 3.10", |
| 81 | + "Programming Language :: Python :: 3.11", |
| 82 | + "Programming Language :: Python :: 3.12", |
| 83 | + "Programming Language :: Python :: 3.13", |
| 84 | + "Programming Language :: Python :: 3.14", |
| 85 | + "Programming Language :: Python :: 3.15", |
| 86 | + "Topic :: Database", |
| 87 | + "Topic :: Documentation", |
| 88 | + "Topic :: Education", |
| 89 | + "Topic :: Internet", |
| 90 | + "Topic :: Internet :: WWW/HTTP", |
| 91 | + "Topic :: Scientific/Engineering", |
| 92 | + "Topic :: Scientific/Engineering :: Information Analysis", |
| 93 | + "Topic :: Software Development", |
| 94 | + "Topic :: Software Development :: Libraries", |
| 95 | + "Topic :: Software Development :: Libraries :: Python Modules", |
| 96 | + "Topic :: Text Processing", |
| 97 | + "Topic :: Text Processing :: General", |
| 98 | + "Topic :: Text Processing :: Linguistic", |
| 99 | + "Topic :: Text Processing :: Markup", |
| 100 | + "Topic :: Utilities", |
| 101 | +] |
| 102 | + |
| 103 | +[project.urls] |
| 104 | +Changelog = "https://github.com/adamlui/python-utils/releases/tag/computer-languages-1.0.0" |
| 105 | +Documentation = "https://github.com/adamlui/python-utils/tree/main/computer-languages/docs" |
| 106 | +Funding = "https://github.com/sponsors/adamlui" |
| 107 | +Homepage = "https://github.com/adamlui/python-utils/tree/main/computer-languages/#readme" |
| 108 | +Issues = "https://github.com/adamlui/python-utils/issues" |
| 109 | +"PyPI Stats" = "https://pepy.tech/projects/computer-languages" |
| 110 | +Releases = "https://github.com/adamlui/python-utils/releases" |
| 111 | +Repository = "https://github.com/adamlui/python-utils" |
| 112 | + |
| 113 | +[project.optional-dependencies] |
| 114 | +dev = [ |
| 115 | + "nox>=2026.2.9", |
| 116 | + "tomli~=2.4.0", |
| 117 | + "tomli-w~=1.2.0", |
| 118 | +] |
| 119 | + |
| 120 | +[tool.setuptools.packages.find] |
| 121 | +where = [ |
| 122 | + "src", |
| 123 | +] |
| 124 | + |
| 125 | +[tool.setuptools.package-data] |
| 126 | +computer_languages = [ |
| 127 | + "computer_languages.json", |
| 128 | +] |
0 commit comments