Skip to content

Commit 4c8a05d

Browse files
committed
Add Auth bearer token support
1 parent 970a1bb commit 4c8a05d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Inside of setup.cfg
22
[metadata]
3-
description-file = README.md
3+
description_file = README.md

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
setup(
33
name = 'assertthat-bdd', # How you named your package folder (MyLib)
44
packages = ['assertthat_bdd'], # Chose the same as "name"
5-
version = '1.0.1', # Start with a small number and increase it with every change you make
5+
version = '1.2.0', # Start with a small number and increase it with every change you make
66
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
77
description = 'Python tools for integration with AssertThat BDD plugin for Jira', # Give a short description about your library
88
author = 'Nick Iles', # Type in your name
99
author_email = 'support@assertthat.com', # Type in your E-Mail
1010
url = 'https://github.com/assertthat/assertthat-bdd-python', # Provide either the link to your github or to your website
11-
download_url = 'https://github.com/assertthat/assertthat-bdd-python/archive/v1.0.0.tar.gz',
11+
download_url = 'https://github.com/assertthat/assertthat-bdd-python/archive/v1.2.0.tar.gz',
1212
keywords = ['assertthat', 'bdd', 'Jira', 'download features', 'upload features'], # Keywords that define your package best
1313
install_requires=[
1414
'requests',

0 commit comments

Comments
 (0)