Skip to content

Commit

Permalink
Add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mckib2 committed May 20, 2020
1 parent 0c1e816 commit 2ae4589
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*~
build/
dist/
__pycache__/
*.so
*.lo
*.o
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include src/
include requirements.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from shutil import copy2
import subprocess

VERSION = '0.0.0'
VERSION = '0.0.1'
GLPK_VERSION = '4.65'
GLPK_LIB_NAME = 'libglpk'

Expand Down

0 comments on commit 2ae4589

Please sign in to comment.