|
1 | 1 | # Natural Language Toolkit (NLTK) |
2 | 2 | # |
3 | | -# Copyright (C) 2001-2022 NLTK Project |
| 3 | +# Copyright (C) 2001-2023 NLTK Project |
4 | 4 | # Authors: Steven Bird <[email protected]> |
5 | 5 | # Edward Loper <[email protected]> |
6 | 6 | # URL: <https://www.nltk.org/> |
|
42 | 42 |
|
43 | 43 | # Copyright notice |
44 | 44 | __copyright__ = """\ |
45 | | -Copyright (C) 2001-2022 NLTK Project. |
| 45 | +Copyright (C) 2001-2023 NLTK Project. |
46 | 46 |
|
47 | 47 | Distributed and Licensed under the Apache License, Version 2.0, |
48 | 48 | which is included by reference. |
|
52 | 52 | # Description of the toolkit, keywords, and the project's primary URL. |
53 | 53 | __longdescr__ = """\ |
54 | 54 | The Natural Language Toolkit (NLTK) is a Python package for |
55 | | -natural language processing. NLTK requires Python 3.7, 3.8, 3.9 or 3.10.""" |
| 55 | +natural language processing. NLTK requires Python 3.7, 3.8, 3.9, 3.10 or 3.11.""" |
56 | 56 | __keywords__ = [ |
57 | 57 | "NLP", |
58 | 58 | "CL", |
|
88 | 88 | "Programming Language :: Python :: 3.8", |
89 | 89 | "Programming Language :: Python :: 3.9", |
90 | 90 | "Programming Language :: Python :: 3.10", |
| 91 | + "Programming Language :: Python :: 3.11", |
91 | 92 | "Topic :: Scientific/Engineering", |
92 | 93 | "Topic :: Scientific/Engineering :: Artificial Intelligence", |
93 | 94 | "Topic :: Scientific/Engineering :: Human Machine Interfaces", |
|
0 commit comments