Skip to content

Commit

Permalink
setup dist changes
Browse files Browse the repository at this point in the history
manifest for sdist added
version bumped to 4.0.1
  • Loading branch information
ajgpitch committed Dec 27, 2016
1 parent 557d97b commit f4ff5ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,5 @@
# Include the license file
include LICENSE.txt
# Include the pyx files
#recursive-include cy *.pyx
recursive-include qutip *.pyx
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -81,7 +81,7 @@
# all information about QuTiP goes here
MAJOR = 4
MINOR = 0
MICRO = 0
MICRO = 1
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
REQUIRES = ['numpy (>=1.8)', 'scipy (>=0.15)', 'cython (>=0.21)']
Expand All @@ -99,7 +99,7 @@
INCLUDE_DIRS = [np.get_include()] if np is not None else []
EXT_MODULES = []
NAME = "qutip"
AUTHOR = "Alex Pitchford, Paul D. Nation, Robert J. Johansson"
AUTHOR = "Alexander J. G. Pitchford, Paul D. Nation, Robert J. Johansson"
AUTHOR_EMAIL = "alex.pitchford@gmail.com, nonhermitian@gmail.com, jrjohansson@gmail.com"
LICENSE = "BSD"
DESCRIPTION = DOCLINES[0]
Expand Down

0 comments on commit f4ff5ac

Please sign in to comment.