Skip to content

Commit

Permalink
Added __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ddetommaso committed Oct 14, 2020
1 parent a16bd9b commit 45ef140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added quantica/__init__.py
Empty file.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
author='Davide De Tommaso',
author_email='[email protected]',
keywords=['petri','networks','python3.8'],
packages=find_packages(exclude=['examples*']),
packages=find_packages(),
classifiers = [
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'

],
python_requires='>=3.8',
)

0 comments on commit 45ef140

Please sign in to comment.