Skip to content

Commit

Permalink
🛠️ Bundle autocomplete scripts (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankpatibandla authored Aug 23, 2024
1 parent ba7d605 commit d1769c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include pros/autocomplete/*
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
'pros=pros.cli.main:main',
'prosv5=pros.cli.main:main'
]
}
},
include_package_data=True,
)

0 comments on commit d1769c7

Please sign in to comment.