Skip to content

Commit

Permalink
packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeuter committed Nov 10, 2020
1 parent 18ec6bb commit c8070e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
__pycache__/
neat.log
*.egg-info/
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import setuptools

setuptools.setup(
name="pytorch_neat",
version="0.1",
packages=["pytorch_neat"]
)

0 comments on commit c8070e4

Please sign in to comment.