Skip to content

Commit

Permalink
Use ska_helpers.setup_helper and sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Dec 22, 2022
1 parent 5a88974 commit dd9107e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import sys

from setuptools import Extension, setup
from ska_helpers.setup_helper import duplicate_package_info
from testr.setup_helper import cmdclass

# Special case here to allow `python setup.py --version` to run without
# requiring cython and numpy to be installed.
Expand Down Expand Up @@ -33,8 +35,6 @@
)
]

from testr.setup_helper import cmdclass, duplicate_package_info

name = "chandra_time"
namespace = "Chandra.Time"

Expand Down

0 comments on commit dd9107e

Please sign in to comment.