Skip to content

Commit

Permalink
Add setup configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
gdrosos committed May 24, 2022
1 parent 59e8a0c commit 2c6d28b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = pypi-readme.md
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ def get_long_desc():
def setup_package():
setup(
name='pycg-stitch',
version='0.0.3',
version='0.0.8',
description='Stitcher for FASTEN Python call graphs',
long_description=get_long_desc(),
long_description_content_type="text/markdown",
url='https://github.com/fasten-project/pycg-stitch',
license='Apache Software License',
packages=find_packages(),
install_requires=['flask'],
include_package_data=True,
entry_points = {
'console_scripts': [
'pycg-stitch=stitcher.__main__:main',
Expand Down

0 comments on commit 2c6d28b

Please sign in to comment.