Skip to content

Commit

Permalink
Doc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Feb 6, 2019
1 parent 986b377 commit 3d07763
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
/.pytest_cache/

/dist/

# IDEs
/.idea/
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ Legacy API Wrapper |b-pypi| |b-travis| |b-codecov|
.. |b-codecov| image:: https://codecov.io/gh/flying-sheep/legacy-api-wrap/branch/master/graph/badge.svg
:target: https://codecov.io/gh/flying-sheep/legacy-api-wrap



This module defines a decorator to wrap legacy APIs.
The primary use case is APIs defined before keyword-only parameters.
The primary use case is APIs defined before keyword-only parameters existed.

>>> from legacy_api_wrap import legacy_api

Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ description-file = 'README.rst'
author = 'Philipp A.'
author-email = 'flying-sheep@web.de'
home-page = 'https://github.com/flying-sheep/legacy-api-wrap'
requires-python = '>=3.5'
requires = [
'get-version >=2.0.4',
'setuptools',
'future-fstrings',
]
classifiers = [#
classifiers = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
]

Expand Down

0 comments on commit 3d07763

Please sign in to comment.