Skip to content

Commit

Permalink
Explicitly specify name of README file so twine works.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Oct 6, 2024
1 parent a8066b5 commit c91f60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[metadata]
name = wrapt
version = attr: wrapt.__version__
readme = "README.rst"
author = Graham Dumpleton
author_email = Graham.Dumpleton@gmail.com
url = https://github.com/GrahamDumpleton/wrapt
Expand Down
2 changes: 1 addition & 1 deletion src/wrapt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = ('1', '17', '0dev1')
__version_info__ = ('1', '17', '0dev2')
__version__ = '.'.join(__version_info__)

from .__wrapt__ import (ObjectProxy, CallableObjectProxy, FunctionWrapper,
Expand Down

0 comments on commit c91f60c

Please sign in to comment.