Skip to content
Snippets Groups Projects
Commit 1895a295 authored by Johannes Raggam's avatar Johannes Raggam
Browse files

refactoring package structure

parent d277b4a9
No related branches found
No related tags found
No related merge requests found
# See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
......@@ -16,10 +16,10 @@ setup(name='helsinki.program',
keywords='django radio',
author='Ernesto Rico-Schmidt',
author_email='',
url='',
license='',
url='https://github.com/nnrcschmdt/helsinki/',
license='GPL',
packages=find_packages(exclude=['ez_setup']),
namespace_packages=[],
namespace_packages=['helsinki',],
include_package_data=True,
zip_safe=False,
install_requires=[
......@@ -30,7 +30,4 @@ setup(name='helsinki.program',
'PyYAML',
'MySQL-python',
],
entry_points="""
# -*- Entry points: -*-
""",
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment