|
1 | | -# EMACS settings: -*- tab-width: 2; indent-tabs-mode: t -*- |
2 | | -# vim: tabstop=2:shiftwidth=2:noexpandtab |
3 | | -# kate: tab-width 2; replace-tabs off; indent-width 2; |
4 | 1 | # ============================================================================= |
5 | 2 | # _____ _ _ _ _ ___ |
6 | 3 | # _ __ _ |_ _|__ _ __ _ __ ___ (_)_ __ __ _| | | | |_ _| |
|
16 | 13 | # |
17 | 14 | # License: |
18 | 15 | # ============================================================================ |
19 | | -# Copyright 2017-2020 Patrick Lehmann - Bötzingen, Germany |
| 16 | +# Copyright 2017-2021 Patrick Lehmann - Bötzingen, Germany |
20 | 17 | # |
21 | 18 | # Licensed under the Apache License, Version 2.0 (the "License"); |
22 | 19 | # you may not use this file except in compliance with the License. |
|
50 | 47 |
|
51 | 48 | setuptools.setup( |
52 | 49 | name=projectName, |
53 | | - version="1.3.4", |
| 50 | + version="1.4.0", |
54 | 51 |
|
55 | 52 | author="Patrick Lehmann", |
56 | 53 | author_email="Paebbels@gmail.com", |
|
77 | 74 | "Programming Language :: Python :: 3.6", |
78 | 75 | "Programming Language :: Python :: 3.7", |
79 | 76 | "Programming Language :: Python :: 3.8", |
| 77 | + "Programming Language :: Python :: 3.9", |
80 | 78 | "Development Status :: 5 - Production/Stable", |
81 | 79 | "Intended Audience :: Developers", |
82 | 80 | "Topic :: Utilities" |
83 | 81 | ], |
84 | | - keywords="Python3 Path Generic-Library", |
| 82 | + keywords="Python3 Terminal Shell Text User Interface TUI", |
85 | 83 |
|
86 | 84 | python_requires='>=3.6', |
87 | 85 | install_requires=requirements, |
|
0 commit comments