Merge pull request #3 from Telecominfraproject/develop

Fix gnpy packaging
This commit is contained in:
Gilad Goldfarb
2017-07-18 11:33:01 -07:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -1 +1,7 @@
# -*- coding: utf-8 -*-
from .gnpy import (raised_cosine_comb, analytic_formula, compute_psi, fwm_eff,
get_f_computed_interp, get_freqarray, gn_analytic, gn_model,
interpolate_in_range, GN_integral)
__all__ = ['gnpy']

View File

@@ -13,6 +13,8 @@ with open('HISTORY.rst') as history_file:
requirements = [
'Click>=6.0',
'numpy',
'scipy'
# TODO: put package requirements here
]
@@ -33,7 +35,7 @@ setup(
long_description=readme + '\n\n' + history,
author="<TBD>",
author_email='<TBD>@<TBD>.com',
url='https://github.com/<TBD>/gnpy',
url='https://github.com/Telecominfraproject/gnpy',
packages=find_packages(include=['gnpy']),
entry_points={
'console_scripts': [