Skip to content

Commit

Permalink
Make teapot installable as a package
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-toto committed May 17, 2024
1 parent a567415 commit fdd5141
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Empty file added NaHCO3/abi/__init__.py
Empty file.
Empty file added NaHCO3/datacls/__init__.py
Empty file.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gtirb
gtirb-rewriting
gtirb-functions
gtirb>=2.0.0
gtirb-rewriting>=0.2.0
gtirb-functions>=1.0.9
gtirb-capstone @ git+https://github.com/GrammaTech/gtirb-capstone.git@master
gtirb-live-register-analysis
llvmlite
pyelftools
llvmlite>=0.41.0
pyelftools>=0.31
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
setup(
name='teapot',
version='0.0.1',
python_requires='>=3.8,<=3.10',
packages=find_packages(),
platforms='any',
install_requires=REQUIREMENTS,
entry_points={
'console_scripts': ['teapot=NaHCO3.cmdline:main'],
}
)
)

0 comments on commit fdd5141

Please sign in to comment.