Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Jan 30, 2024
1 parent e54f772 commit d6e487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
],
packages=setuptools.find_packages(include=['concordia']),
packages=setuptools.find_packages(include=['concordia', 'concordia.*']),
package_data={},
python_requires='>=3.10',
install_requires=[
Expand Down

0 comments on commit d6e487d

Please sign in to comment.