Skip to content

Commit

Permalink
Merge pull request #66 from jakevdp/patch-1
Browse files Browse the repository at this point in the history
Add packages entry to setup.py metadata
  • Loading branch information
roryyorke authored Jun 18, 2019
2 parents d08fa50 + 2e41c2f commit 9db1c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ def setup_package():

metadata = dict(
name='slycot',
packages=['slycot', 'slycot.tests'],
cmake_languages=('C', 'Fortran'),
version=VERSION,
maintainer="Slycot developers",
Expand Down

0 comments on commit 9db1c20

Please sign in to comment.