mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-11-02 11:07:57 +00:00
adding exaples directory as a place to find programs
to test with travis CI Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>
This commit is contained in:
3
setup.py
3
setup.py
@@ -33,6 +33,7 @@ setup(
|
|||||||
'Topic :: Scientific/Engineering :: Physics',
|
'Topic :: Scientific/Engineering :: Physics',
|
||||||
],
|
],
|
||||||
keywords='optics network fiber communication route planning optimization',
|
keywords='optics network fiber communication route planning optimization',
|
||||||
packages=find_packages(exclude=['examples', 'docs', 'tests']), # Required
|
#packages=find_packages(exclude=['examples', 'docs', 'tests']), # Required
|
||||||
|
packages=find_packages(exclude=['docs', 'tests']), # Required
|
||||||
install_requires=list(open('requirements.txt'))
|
install_requires=list(open('requirements.txt'))
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user