aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-06-16 01:29:12 +0200
committerLorenz Diener <[email protected]>2017-06-16 01:29:12 +0200
commit721da30d7a26ca3eba2ca12648604f1feb680e39 (patch)
treedcee4bcd34f220b737e7719d2f0fda9a9774dc83 /setup.py
parentd4b37995fea40320c1971ea8bd747fc9ece9c368 (diff)
downloadmastodon.py-721da30d7a26ca3eba2ca12648604f1feb680e39.tar.gz
Some changes in preparation for 1.0.8
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 30949a5..45118ab 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
1from setuptools import setup, find_packages 1from setuptools import setup, find_packages
2 2
3setup(name='Mastodon.py', 3setup(name='Mastodon.py',
4 version='1.0.7', 4 version='1.0.8',
5 description='Python wrapper for the Mastodon API', 5 description='Python wrapper for the Mastodon API',
6 packages=['mastodon'], 6 packages=['mastodon'],
7 setup_requires=['pytest-runner'], 7 setup_requires=['pytest-runner'],
@@ -13,7 +13,7 @@ setup(name='Mastodon.py',
13 license='MIT', 13 license='MIT',
14 keywords='mastodon api microblogging', 14 keywords='mastodon api microblogging',
15 classifiers=[ 15 classifiers=[
16 'Development Status :: 4 - Beta', 16 'Development Status :: 5 - Production/Stable',
17 'Intended Audience :: Developers', 17 'Intended Audience :: Developers',
18 'Topic :: Communications', 18 'Topic :: Communications',
19 'License :: OSI Approved :: MIT License', 19 'License :: OSI Approved :: MIT License',
Powered by cgit v1.2.3 (git 2.41.0)