Skip to content

Commit

Permalink
reoder contents for scatcluster package discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
zerafachris committed Apr 28, 2024
1 parent 9f8bbc0 commit f29f4a7
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,4 @@ pre-commit-hooks
.pypirc
dist
src/scatcluster.egg-info
.idea
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
long_description_content_type='text/markdown',
python_requires=REQUIRES_PYTHON,
url=URL,
packages=find_packages('.'),
package_data={NAME: ['py.typed']},
packages=find_packages(where='.'),
package_data={NAME: ['scatcluster/*.py']},
include_package_data=True,
install_requires=REQUIRED,
extras_require={'gpu': [*REQUIRED, *REQUIRED_GPU]},
Expand Down
Empty file.

0 comments on commit f29f4a7

Please sign in to comment.