diff options
Diffstat (limited to 'setup.cfg')
-rwxr-xr-x | setup.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ [bumpversion] -current_version = 36.4.0 +current_version = 36.8.0 commit = True tag = True @@ -22,5 +22,8 @@ formats = zip [bdist_wheel] universal = 1 +[metadata] +license_file = LICENSE + [bumpversion:file:setup.py] |