Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
flipz357 committed Jun 15, 2023
1 parent 258016c commit c199e0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='smatchpp',
version='0.2.0',
version='0.1.0',
description='A Python package for graph processing',
url='https://github.com/flipz357/smatchpp',
author='Juri Opitz',
Expand All @@ -17,4 +17,5 @@
long_description=long_description,
long_description_content_type='text/markdown',
python_requires=">=3.5",
classifiers=["License :: OSI Approved :: GNU General Public License v3 (GPLv3)"],
package_data={'smatchpp': ['resource/*']})

0 comments on commit c199e0a

Please sign in to comment.