Skip to content

Commit

Permalink
adding dlls to package and bumping aiortc
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai committed Jun 9, 2023
1 parent 5e78ae6 commit fb7cd4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ classifiers =
[options]
packages = find:
include_package_data = True
# include dlls from gxipy folder in package
package_data={'':['*.dll']}, # This is the most important line.

python_requires = >=3.8
install_requires =
coloredlogs >= 15
Expand Down Expand Up @@ -77,6 +80,7 @@ install_requires =
# for microeye
ome_types >= 0.2.7
scikit-learn >= 0.24.2
aiortc >= 1.3.0
#https://github.com/beniroquai/microEye
[options.entry_points]
console_scripts =
Expand Down

0 comments on commit fb7cd4f

Please sign in to comment.