Skip to content

Commit 9b7fd4a

Browse files
committed
include visualisation_assets in pypi distr
1 parent 1d341ea commit 9b7fd4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@
3333
install_requires=install_requirements,
3434
setup_requires=setup_requirements,
3535
long_description=readme + '\n\n' + history,
36-
include_package_data=True,
3736
python_requires='>=3.5',
3837
keywords='network analysis temporal networks pathways sequence modeling graph mining',
39-
name='pathpy',
38+
name='pathpy2',
4039
packages=find_packages(),
4140
test_suite='tests',
4241
url='https://www.pathpy.net',
4342
version=__version__,
43+
include_package_data=True,
44+
package_data={'pathpy': ['visualisation_assets/*.html'] + ['visualisation_assets/*.js']},
4445
zip_safe=False
4546
)

0 commit comments

Comments
 (0)