summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2022-01-28 22:21:51 +0000
committerGitHub <noreply@github.com>2022-01-28 22:21:51 +0000
commita01ce5350a106dbce313b1a6370593227574379d (patch)
tree8ab0fd88eeb9f49b13ef9f580c02b3612e6e55c0 /setup.cfg
parentae22ad000ddcc9b2fc0a3f1cb4e5703d308d7c4d (diff)
parent7d70a59b4b4d6305e6a0bf52be1d7e4e33b933a7 (diff)
downloadfixtures-git-a01ce5350a106dbce313b1a6370593227574379d.tar.gz
Merge pull request #51 from stephenfin/github-actions
Migrate from Travis to GitHub Actions
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg13
1 files changed, 7 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index f04b884..67d60e8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,13 +1,14 @@
[metadata]
name = fixtures
summary = Fixtures, reusable state for writing clean tests and more.
-description-file =
- README
+description_file =
+ README.rst
+description_content_type = text/x-rst; charset=UTF-8
author = Robert Collins
-author-email = robertc@robertcollins.net
-home-page = https://github.com/testing-cabal/fixtures
-python-requires = >=3.6
-classifier =
+author_email = robertc@robertcollins.net
+url = https://github.com/testing-cabal/fixtures
+python_requires = >=3.6
+classifiers =
Development Status :: 6 - Mature
Intended Audience :: Developers
License :: OSI Approved :: BSD License