summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2021-11-01 16:34:35 +0100
committerMichele Simionato <michele.simionato@gmail.com>2021-11-01 16:34:35 +0100
commitd5d65ada05723b3d4999a3aa419aac2f5f02012b (patch)
tree4cd54abceb23ff0d2ac28f5078966b863031f575 /setup.py
parentbaf129705a56ead40a71b1813003439e06fd1538 (diff)
parentf3daf42a7928e157e1e0b8ec6840f68af5d20a83 (diff)
downloadpython-decorator-git-d5d65ada05723b3d4999a3aa419aac2f5f02012b.tar.gz
Merge branch 'master' of github.com:micheles/decorator
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index de78244..e7b758d 100644
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,7 @@ if __name__ == '__main__':
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development :: Libraries',
'Topic :: Utilities'],