Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fishjojo committed Jun 17, 2020
1 parent 6534001 commit 282eb22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
include MANIFEST.in
include README.rst setup.py LICENSE.txt

prune pydmfet/libcpp/build

include pydmfet/libcpp/*.so*
include pydmfet/libcpp/*.dylib*

recursive-include pydmfet/libcpp *.c *.h
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

MAJOR = 0
MINOR = 1
MICRO = 0
MICRO = 1
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down Expand Up @@ -437,7 +437,7 @@ def setup_package():
platforms = ["Linux", "Mac OS-X", "Unix"],
#test_suite='nose.collector',
ext_modules=extensions,
cmdclass={"sdist": sdist_checked,
cmdclass={#"sdist": sdist_checked,
"build_ext": BuildExtWithoutPlatformSuffix},
python_requires='>=3.5',
zip_safe=False,
Expand Down

0 comments on commit 282eb22

Please sign in to comment.