Skip to content
Snippets Groups Projects
Commit 7c8a9724 authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

using setuptools instead of distutils for packaging

parent 9d265583
No related branches found
No related tags found
No related merge requests found
Pipeline #20567 failed
from distutils.core import setup
from setuptools import setup
from ess import __version__
setup(
......@@ -8,6 +8,7 @@ setup(
url="http://ess-bp.pages.esss.lu.se/ess-python-tools",
author="Yngve Levinsen",
author_email="yngve.levinsen@esss.se",
install_requires=["scipy", "numpy"],
classifiers=[
# How mature is this project? Common values are
# 3 - Alpha
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment