mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-10-30 01:32:21 +00:00
Merge pull request #3 from Telecominfraproject/develop
Fix gnpy packaging
This commit is contained in:
@@ -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']
|
||||
|
||||
4
setup.py
4
setup.py
@@ -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': [
|
||||
|
||||
Reference in New Issue
Block a user