Skip to content

Commit

Permalink
Align towncrier and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne authored Dec 13, 2023
1 parent 8aabb0d commit 71af00b
Showing 1 changed file with 20 additions and 43 deletions.
63 changes: 20 additions & 43 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,34 @@ build-backend = "setuptools.build_meta"

[project]
name = "holospy"
description = "Analysis of (off-axis) holography data with HyperSpy."
description = "Analysis of (off-axis) electron holography data with HyperSpy."
requires-python = ">=3.8"
readme = "README.md"
keywords=[
"python"
"hyperspy"
"data analysis",
"microscopy",
"electron microscopy",
"electron holography",
"Off-axis holography",
"STEM",
"TEM",
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Topic :: Software Development :: Libraries",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Physics",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: Unix",
"Operating System :: MacOS",
]
dependencies = [
"hyperspy>=2.0rc0",
Expand Down Expand Up @@ -102,43 +105,17 @@ include = ["holospy*"]
fallback_version = "0.2.dev0"

[tool.towncrier]
package_dir = "holospy"
filename = "CHANGES.rst"
directory = "upcoming_changes/"
title_format = "{version} ({project_date})"
filename = "CHANGES.rst"
issue_format = "`#{issue} <https://github.com/hyperspy/holospy/issues/{issue}>`_"

[[tool.towncrier.type]]
directory = "new"
name = "New features"
showcontent = true

[[tool.towncrier.type]]
directory = "bugfix"
name = "Bug Fixes"
showcontent = true

[[tool.towncrier.type]]
directory = "doc"
name = "Improved Documentation"
showcontent = true

[[tool.towncrier.type]]
directory = "deprecation"
name = "Deprecations"
showcontent = true

[[tool.towncrier.type]]
directory = "enhancements"
name = "Enhancements"
showcontent = true

[[tool.towncrier.type]]
directory = "api"
name = "API changes"
showcontent = true

[[tool.towncrier.type]]
directory = "maintenance"
name = "Maintenance"
showcontent = true
title_format = "{version} ({project_date})"
package_dir = "holospy"
type = [
{ directory = "new", name = "New features", showcontent = true },
{ directory = "enhancements", name = "Enhancements", showcontent = true },
{ directory = "bugfix", name = "Bug Fixes", showcontent = true },
{ directory = "api", name = "API changes", showcontent = true },
{ directory = "deprecation", name = "Deprecations", showcontent = true },
{ directory = "doc", name = "Improved Documentation", showcontent = true },
{ directory = "maintenance", name = "Maintenance", showcontent = true },
]

0 comments on commit 71af00b

Please sign in to comment.