Skip to content

Commit

Permalink
Update classifiers and keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Dec 9, 2020
1 parent 15b34da commit 4a5a2c2
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apeye

.. start short_desc
**Handy tools for working with URls and APIs.**
**Handy tools for working with URLs and APIs.**

.. end short_desc
Expand Down
2 changes: 1 addition & 1 deletion apeye/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# __init__.py
"""
Handy tools for working with URls and APIs.
Handy tools for working with URLs and APIs.
"""
#
# Copyright (c) 2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apeye

.. start short_desc
**Handy tools for working with URls and APIs.**
**Handy tools for working with URLs and APIs.**

.. end short_desc
Expand Down
26 changes: 17 additions & 9 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,28 @@ email: 'dominic@davis-foster.co.uk'
username: 'domdfcoding'
version: '0.4.1'
license: 'LGPLv3+'
short_desc: 'Handy tools for working with URls and APIs.'
short_desc: 'Handy tools for working with URLs and APIs.'

conda_channels:
- domdfcoding
- conda-forge
- domdfcoding
- conda-forge

python_versions:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10-dev

- 3.6
- 3.7
- 3.8
- 3.9
- 3.10-dev

classifiers:
- 'Development Status :: 4 - Beta'
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Libraries :: Python Modules'
- "Topic :: Internet :: WWW/HTTP"

keywords:
- api
- url
- requests
- cache
- rest
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = apeye
author = Dominic Davis-Foster
author_email = dominic@davis-foster.co.uk
license = GNU Lesser General Public License v3 or later (LGPLv3+)
keywords =
keywords = api, url, requests, cache, rest
long_description = file: README.rst
long_description_content_type = text/x-rst
platforms = Windows, macOS, Linux
Expand All @@ -21,6 +21,7 @@ project_urls =
Issue Tracker = https://github.com/domdfcoding/apeye/issues
Source Code = https://github.com/domdfcoding/apeye
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Operating System :: OS Independent
Expand All @@ -32,6 +33,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Topic :: Internet :: WWW/HTTP
Topic :: Software Development :: Libraries :: Python Modules
Typing :: Typed

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from __pkginfo__ import * # pylint: disable=wildcard-import

setup(
description="Handy tools for working with URls and APIs.",
description="Handy tools for working with URLs and APIs.",
extras_require=extras_require,
install_requires=install_requires,
py_modules=[],
Expand Down

0 comments on commit 4a5a2c2

Please sign in to comment.