mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
release fix
This commit is contained in:
parent
e5fbe9a3e6
commit
d7f64083d9
2 changed files with 4 additions and 0 deletions
3
MANIFEST.in
Normal file
3
MANIFEST.in
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
include README.md
|
||||
include LICENSE
|
||||
include requirements.txt
|
||||
1
setup.py
1
setup.py
|
|
@ -15,6 +15,7 @@ setup(
|
|||
license='MIT',
|
||||
packages=find_packages(),
|
||||
install_requires=required,
|
||||
include_package_data=True,
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'repo-to-text=repo_to_text.main:main',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue