Skip to content

Commit

Permalink
Merge pull request #10 from thaichat04/remove-relative-import
Browse files Browse the repository at this point in the history
Remove relative import
  • Loading branch information
Hong-Thai Nguyen authored Dec 8, 2020
2 parents 0ea0345 + 28a2dce commit 75d326f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cfonb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
#
from .parser.statement import StatementReader
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '2.4'
version = '2.5'

long_description = open('README.rst').read()

Expand All @@ -14,7 +14,7 @@
author='Dhatim',
author_email='[email protected]',
url='https://github.com/dhatim/python-cfonb',
download_url = 'https://github.com/dhatim/python-cfonb/archive/2.4.tar.gz',
download_url = 'https://github.com/dhatim/python-cfonb/archive/2.5.tar.gz',
license='LGPL',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
Expand Down

0 comments on commit 75d326f

Please sign in to comment.