forked from spacetelescope/stsci.distutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
45 lines (41 loc) · 1.22 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[metadata]
name = stsci.distutils
version = 0.3.8.dev
author = Erik M. Bray
author-email = [email protected]
home-page = http://www.stsci.edu/resources/software_hardware/stsci_python
summary = distutils/packaging-related utilities used by some of STScI's packages
description-file =
README.txt
CHANGES.txt
requires-python = >=2.5
requires-dist =
setuptools
d2to1 (>=0.2.5)
classifier =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Programming Language :: Python
Topic :: Scientific/Engineering
Topic :: Software Development :: Build Tools
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Archiving :: Packaging
[files]
packages =
stsci
stsci.distutils
stsci.distutils.command
stsci.distutils.tests
[global]
setup-hooks =
stsci.distutils.hooks.tag_svn_revision
stsci.distutils.hooks.version_setup_hook
[backwards_compat]
use-2to3 = True
zip-safe = False
[entry_points]
zest.releaser.releaser.before =
fix_sdist_format = stsci.distutils.release:fix_sdist_format
zest.releaser.postreleaser.before =
fix_dev_version_template = stsci.distutils.release:fix_dev_version_template