-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40876c1
commit de9d5d8
Showing
564 changed files
with
10 additions
and
199,146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "thirdparty/pybind11"] | ||
path = thirdparty/pybind11 | ||
url = [email protected]:pybind/pybind11.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,10 @@ pip install -e . | |
``` | ||
|
||
|
||
## Upload to PyPI (for developers) | ||
``` | ||
python setup.py sdist | ||
twine upload dist/* | ||
``` | ||
## Contact | ||
Kangcheng Hou ([email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ def build_extension(self, ext): | |
|
||
setup( | ||
name="tinygwas", | ||
version="0.2", | ||
version="0.2.1", | ||
install_requires=["pybind11", "numpy"], | ||
author="Kangcheng Hou", | ||
author_email="[email protected]", | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.