Skip to content

Commit

Permalink
Restore long description (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHambley authored Jan 4, 2024
1 parent fffc2a8 commit 900b9df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ name='stylist'
description="Flexible source code style checking tool"
requires-python = '>=3.7, <4'
license = {text = 'BSD 3-Clause License'}
classifiers = ['Programming Language :: Python :: 3']
dependencies = ['fparser >= 0.1.2']
dynamic = ['version', 'readme']
keywords = ['linter', 'fortran']
classifiers = [
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Topic :: Software Development :: Quality Assurance',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3'
]


[project.optional-dependencies]
Expand All @@ -31,7 +38,7 @@ documentation = 'https://metoffice.github.io/stylist'
repository = 'https://github.com/MetOffice/stylist/'

[tool.setuptools.dynamic]
readme = {file = 'README.md'}
readme = {file = 'README.rst'}
version = {attr = 'stylist.__version__'}

[tool.setuptools.packages.find]
Expand Down
18 changes: 0 additions & 18 deletions setup.cfg

This file was deleted.

0 comments on commit 900b9df

Please sign in to comment.