File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2016-2019 Frederic Guillot
3+ Copyright (c) 2016-2020 Frederic Guillot
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Installation
1717
1818 This library is compatible with Python >= 3.5.
1919
20- Note: **Support for Python 2.7 has been dropped from version 1.1.0. **
20+ Note: **Support for Python 2.7 has been dropped since version 1.1.0. **
2121
2222Examples
2323========
Original file line number Diff line number Diff line change 11# The MIT License (MIT)
22#
3- # Copyright (c) 2016-2019 Frederic Guillot
3+ # Copyright (c) 2016-2020 Frederic Guillot
44#
55# Permission is hereby granted, free of charge, to any person obtaining a copy
66# of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11# The MIT License (MIT)
22#
3- # Copyright (c) 2016-2019 Frederic Guillot
3+ # Copyright (c) 2016-2020 Frederic Guillot
44#
55# Permission is hereby granted, free of charge, to any person obtaining a copy
66# of this software and associated documentation files (the "Software"), to deal
@@ -31,7 +31,7 @@ def readme():
3131setup (
3232 name = 'kanboard' ,
3333 version = '1.1.2' ,
34- description = 'Client library for Kanboard API ' ,
34+ description = 'Client library for Kanboard' ,
3535 long_description = readme (),
3636 keywords = 'kanboard api client' ,
3737 url = 'https://github.com/kanboard/python-api-client' ,
@@ -49,5 +49,6 @@ def readme():
4949 'Programming Language :: Python :: 3.5' ,
5050 'Programming Language :: Python :: 3.6' ,
5151 'Programming Language :: Python :: 3.7' ,
52+ 'Programming Language :: Python :: 3.8' ,
5253 ]
5354)
Original file line number Diff line number Diff line change 11# The MIT License (MIT)
22#
3- # Copyright (c) 2016-2018 Frederic Guillot
3+ # Copyright (c) 2016-2020 Frederic Guillot
44#
55# Permission is hereby granted, free of charge, to any person obtaining a copy
66# of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments