Skip to content

Commit

Permalink
update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mazweg committed Mar 27, 2018
1 parent 5a029cb commit fbeccc0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

Version 0.6
===========

- Update setup.cfg

Version 0.5
===========

Expand Down
44 changes: 27 additions & 17 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,43 @@
name = repurpose
summary = Package for image to timeseries to image conversion
author = Christoph Paulik
author_email = [email protected]
author-email = [email protected]
license = new-bsd
url = https://github.com/TUW-GEO/repurpose
description-file = README.rst
# Add here all kinds of additional classifiers as defined under
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers = Development Status :: 4 - Beta,
Programming Language :: Python
classifier =
Development Status :: 4 - Beta
Programming Language :: Python

[entry_points]
# Add here console scripts like:
# console_scripts =
# script_name = repurpose.module:function
# For example:
# console_scripts =
# fibonacci = repurpose.skeleton:run
# as well as other entry_points.


[files]
# Add here 'data_files', 'packages' or 'namespace_packages'.
# Additional data files are defined as key value pairs of source and target:
# Additional data files are defined as key value pairs of target directory
# and source location from the root of the repository:
packages =
repurpose
data_files =
repurpose/docs = docs/*
repurpose/tests = tests/*
# data_files =
# share/repurpose_docs = docs/*

[console_scripts]
# Add here console scripts like:
# script = imgtsimg.module:function
# for example:
# hello_world = imgtsimg.skeleton:run
[extras]
# Add here additional requirements for extra features, like:
# PDF =
# ReportLab>=1.2
# RXP

[test]
# html, xml or annotate
# py.test options when running `python setup.py test`
addopts = tests

[tool:pytest]
Expand All @@ -46,7 +58,6 @@ docs = build_sphinx
universal = 1

[build_sphinx]
# Options for Sphinx build
source_dir = docs
build_dir = docs/_build

Expand All @@ -61,8 +72,7 @@ autodoc_tree_index_modules = True
# warnerrors = True

[devpi:upload]
# Options for the devpi: PyPI serer and packaging tool
# Options for the devpi: PyPI server and packaging tool
# VCS export must be deactivated since we are using setuptools-scm
no-vcs = 1
format = bdist_wheel

formats = bdist_wheel

0 comments on commit fbeccc0

Please sign in to comment.