Skip to content

Commit

Permalink
Add tag of 1.0.5rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Oct 6, 2024
1 parent ee09bdf commit a100cd1
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
[build-system]
requires = ["setuptools>=62.0", "setuptools-git-versioning>=2.0,<3"]
requires = ["setuptools>=62.0", "setuptools-git-versioning>=2.0"]
build-backend = "setuptools.build_meta"

[project]
name = "cifkit"
dynamic=['version', 'dependencies']
requires-python = ">=3.10"
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Operating System :: Unix',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering :: Physics',
'Topic :: Scientific/Engineering :: Chemistry',
]
description = "Python library for high-throughput .cif analysis"
authors = [{name = "Sangjoon Lee", email = "[email protected]"}]
readme = "README.md"
Expand All @@ -18,11 +34,17 @@ Repository = "https://github.com/bobleesj/cifkit"
Issues = "https://github.com/bobleesj/cifkit/issues"
Changelog = "https://github.com/bobleesj/cifkit/blob/main/CHANGELOG"

[tool.setuptools-git-versioning]
enabled = true
template = "{tag}"
dev_template = "{tag}"
dirty_template = "{tag}"

[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements/run.txt"]}
dependencies = {file = ["requirements/pip.txt"]}

[tool.black]
line-length = 79
Expand Down

0 comments on commit a100cd1

Please sign in to comment.