summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2012-04-02 10:38:27 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2012-04-02 10:38:27 +0300
commitc46678c939966e3f734369117fbbe420d5efb332 (patch)
treeb5af7b7e39aebeab8ad7ab4bfabf2e7e882cf37e /setup.py
parenta32d79b0d7074b30cb435c48bd24b692a33f5726 (diff)
downloadapscheduler-c46678c939966e3f734369117fbbe420d5efb332.tar.gz
Bumped up version; added examples, documentation sources and unit tests to the sdist tarball; updated the changelogv2.0.3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 109b8d1..2cb3411 100644
--- a/setup.py
+++ b/setup.py
@@ -32,10 +32,10 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3'
],
keywords='scheduling cron',
license='MIT',
packages=('apscheduler', 'apscheduler.jobstores', 'apscheduler.triggers',
'apscheduler.triggers.cron'),
- **extras
)