Skip to content

Commit

Permalink
turned into a proper package and added a setup py
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoss committed Jan 5, 2021
1 parent 20c453a commit 66bd8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import setuptools

setuptools.setup(name='snist',
packages=setuptools.find_packages(),
packages=['snist'],
author='Dr. Lukas Mosser')

0 comments on commit 66bd8bf

Please sign in to comment.