From cd9574199c585f7dc9d7ac9bac03be180ed63c0b Mon Sep 17 00:00:00 2001 From: Sebastien Martini Date: Sun, 13 Jul 2014 09:14:26 +0200 Subject: Add new classifiers. Closes #79 --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 355340d..b4f712e 100755 --- a/setup.py +++ b/setup.py @@ -46,6 +46,10 @@ classif = [ 'Programming Language :: Python :: 3.0', 'Programming Language :: Python :: 3.1', 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: System :: Filesystems', 'Topic :: System :: Monitoring', @@ -93,7 +97,7 @@ if compile_ext_mod or should_compile_ext_mod(): # sources for ext module ext_mod_src = ['common/inotify_syscalls.c'] # dst for ext module - ext_mod.append(distutils.extension.Extension('inotify_syscalls', + ext_mod.append(distutils.extension.Extension('inotify_syscalls', ext_mod_src)) -- cgit v1.2.1