summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2013-10-09 19:05:20 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2013-10-09 19:05:20 +0300
commit753a04b0df4a8f2213689cfcacd76df4793e37be (patch)
treeb10271b8c3aa4769bcf44f7a8df85732c38b09a9 /setup.cfg
parent3e30244f774f682f581a8bd68cbed021a6fe243c (diff)
downloadapscheduler-753a04b0df4a8f2213689cfcacd76df4793e37be.tar.gz
Removed obsolete distutils2 metadata
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg39
1 files changed, 0 insertions, 39 deletions
diff --git a/setup.cfg b/setup.cfg
index 72bc2a5..aff4681 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,42 +4,3 @@ build-dir = docs/_build
[upload_docs]
upload-dir = docs/_build/html
-
-[metadata]
-name = APScheduler
-version = 2.0.3
-author = Alex Grönholm
-author-email = apscheduler@nextday.fi
-summary = In-process task scheduler with Cron-like capabilities
-keywords = scheduling cron
-requires-python = >=2.4
-description-file = README.rst
-home-page = http://pypi.python.org/pypi/APScheduler/
-
-classifiers = Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- License :: OSI Approved :: MIT License
- Programming Language :: Python
- Programming Language :: Python :: 2.4
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.2
- Programming Language :: Python :: 3.3
-
-[files]
-packages =
- apscheduler
- apscheduler.jobstores
- apscheduler.triggers
- apscheduler.triggers.cron
-
-extra_files =
- setup.py
- README.rst
- recursive-include examples *.py
- recursive-include tests *.py
- recursive-include docs *.rst *.py
-