We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811b79c commit ac551c9Copy full SHA for ac551c9
setup.py
@@ -2,7 +2,6 @@
2
# -*- coding: utf-8 -*-
3
4
from setuptools import setup, find_packages
5
-from ronkyuu import __version__
6
7
# use requirements.txt for dependencies
8
with open('requirements.txt') as f:
@@ -16,11 +15,11 @@
16
15
17
setup(
18
name='ronkyuu',
19
- version=__version__,
+ version='0.2.7',
20
description='Webmention Manager',
21
long_description=readme,
22
install_requires=required,
23
- author='Mike Taylor',
+ author='Mike Taylor and Kartik Prabhu',
24
author_email='bear@bear.im',
25
url='https://github.com/bear/ronkyuu',
26
license=license,
0 commit comments