We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d341ea commit 9b7fd4aCopy full SHA for 9b7fd4a
setup.py
@@ -33,13 +33,14 @@
33
install_requires=install_requirements,
34
setup_requires=setup_requirements,
35
long_description=readme + '\n\n' + history,
36
- include_package_data=True,
37
python_requires='>=3.5',
38
keywords='network analysis temporal networks pathways sequence modeling graph mining',
39
- name='pathpy',
+ name='pathpy2',
40
packages=find_packages(),
41
test_suite='tests',
42
url='https://www.pathpy.net',
43
version=__version__,
+ include_package_data=True,
44
+ package_data={'pathpy': ['visualisation_assets/*.html'] + ['visualisation_assets/*.js']},
45
zip_safe=False
46
)
0 commit comments