diff options
| author | Nadia Dencheva <nadia.astropy@gmail.com> | 2016-07-31 17:41:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-31 17:41:16 -0400 |
| commit | 86d1bc5a77491770d45b86e5cf18b79ded68fb9b (patch) | |
| tree | 39bbce7957da9876269546d2df771ea3be701152 /setup.cfg | |
| parent | f11522d4d7665e1ebb2a9dccd17e3a234aad7c66 (diff) | |
| parent | aa719ca93f860a86d4b17bc211929b0770092c1a (diff) | |
| download | stwcs_hcf-86d1bc5a77491770d45b86e5cf18b79ded68fb9b.tar.gz | |
Merge pull request #7 from nden/setuptools-jhunk
Setuptools conversion
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 47 |
1 files changed, 5 insertions, 42 deletions
@@ -1,42 +1,5 @@ -[metadata] -name = stwcs -version = 1.2.3.dev -author = Nadia Dencheva, Warren Hack -author-email = help@stsci.edu -summary = Recomputes the WCS of an HST observation and puts all distortion - corrections in the headers -home-page = http://www.stsci.edu/resources/software_hardware/stsci_python -classifier = - Intended Audience :: Science/Research - License :: OSI Approved :: BSD License - Operating System :: OS Independent - Programming Language :: Python - Topic :: Scientific/Engineering :: Astronomy - Topic :: Software Development :: Libraries :: Python Modules -requires-python = >=2.6 -requires-dist = - stsci.tools - astropy(>=0.3.1) - -[files] -packages_root = lib -packages = - stwcs - stwcs.distortion - stwcs.updatewcs - stwcs.wcsutil - stwcs.gui -data_files = - stwcs/gui = lib/stwcs/gui/*.help - stwcs/gui/pars = lib/stwcs/gui/pars/* - stwcs/gui/htmlhelp = lib/stwcs/gui/htmlhelp/* - -[install_data] -pre-hook.glob-data-files = stsci.distutils.hooks.glob_data_files - -[global] -setup_hooks = - stsci.distutils.hooks.tag_svn_revision - stsci.distutils.hooks.version_setup_hook - stsci.distutils.hooks.use_packages_root - +[bdist_wheel] +# This flag says that the code is written to work on both Python 2 and Python +# 3. If at all possible, it is good practice to do this. If you cannot, you +# will need to generate wheels for each Python version that you support. +universal=1 |
