Fix bad import path.
This commit is contained in:
parent
0f324fd1fd
commit
b62b760cb4
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ from setuptools import setup, find_packages
|
||||||
from codecs import open
|
from codecs import open
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
from .dailyreleases import __author__, __version__, __licence__
|
from dailyreleases import __author__, __version__, __licence__
|
||||||
|
|
||||||
here = path.abspath(path.dirname(__file__))
|
here = path.abspath(path.dirname(__file__))
|
||||||
|
|
||||||
|
|
Reference in a new issue