Skip to content

Commit

Permalink
Minor changes to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jun 19, 2024
1 parent 592d57e commit 3622640
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Installation setup."""

# ================================================================
# author :Ghislain Vieilledent
# email :[email protected]
# web :https://ecology.ghislainv.fr
# python_version :>=2.7
# license :GPLv3
# ================================================================

# Import
import io
import re
from setuptools import setup, find_packages, Extension
import numpy

# Get the numpy include directory.
numpy_include_dir = numpy.get_include()
# find_version


def find_version(pkg_name):
"""Finding package version."""
with open(f"{pkg_name}/__init__.py", encoding="utf-8") as init_file:
Expand Down

0 comments on commit 3622640

Please sign in to comment.