Skip to content

Commit ac551c9

Browse files
author
bear (Mike Taylor)
committed
cannot import __version__ from module because one of the module .py files references bs4 which may not be installed yet
1 parent 811b79c commit ac551c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# -*- coding: utf-8 -*-
33

44
from setuptools import setup, find_packages
5-
from ronkyuu import __version__
65

76
# use requirements.txt for dependencies
87
with open('requirements.txt') as f:
@@ -16,11 +15,11 @@
1615

1716
setup(
1817
name='ronkyuu',
19-
version=__version__,
18+
version='0.2.7',
2019
description='Webmention Manager',
2120
long_description=readme,
2221
install_requires=required,
23-
author='Mike Taylor',
22+
author='Mike Taylor and Kartik Prabhu',
2423
author_email='bear@bear.im',
2524
url='https://github.com/bear/ronkyuu',
2625
license=license,

0 commit comments

Comments
 (0)