Skip to content

Commit 6a2591e

Browse files
committed
find packages
1 parent 29a38d2 commit 6a2591e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from setuptools import setup
1+
from setuptools import setup, find_packages
22

33

44
with open('README.md') as f:
@@ -17,7 +17,7 @@
1717
description='Automatic feature extraction and node role assignment for transfer learning on graphs',
1818
long_description=long_description,
1919
long_description_content_type='text/markdown',
20-
packages=['graphrole'],
20+
packages=find_packages(),
2121
install_requires=requirements,
2222
url='https://github.com/dkaslovsky/GraphRole',
2323
keywords=[

0 commit comments

Comments
 (0)