Skip to content

Commit

Permalink
Merge pull request #48 from dstansby/revert-45-setup.cfg
Browse files Browse the repository at this point in the history
Revert "Use setup.cfg"
  • Loading branch information
dstansby committed Dec 28, 2020
2 parents e84b208 + 93b52e6 commit be6b25d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 28 deletions.
27 changes: 0 additions & 27 deletions setup.cfg

This file was deleted.

14 changes: 13 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,16 @@
),
]

setup(ext_modules=exts)
if __name__ == "__main__":
setup(name='streamtracer',
version='1.0.0',
description='Python wrapped fortran to calculate streamlines',
url='https://github.com/dstansby/streamtracer',
author='David Stansby, Lars Mejnertsen',
author_email='dstansby@gmail.com',
install_requires=['numpy'],
python_requires='>=3.6',
packages=['streamtracer'],
ext_modules=exts,
include_package_data=True,
)

0 comments on commit be6b25d

Please sign in to comment.