Skip to content

Commit

Permalink
Include package data
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Todic committed Aug 22, 2018
1 parent 293cb5f commit 7725216
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,27 @@ version = attr: centerline.VERSION
description = Calculate the centerline of a polygon
long_description = file: README.rst
keywords = polygon, centerline, Voronoi
license = file: LICENSE
license = MIT License
url = https://github.com/fitodic/centerline
download_url = https://pypi.org/project/centerline/
author = Filip Todic
author_email = todic.filip@gmail.com
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Intended Audience :: Science/Research
Intended Audience :: Developers
Topic :: Scientific/Engineering :: GIS
Topic :: Software Development :: Libraries :: Python Modules
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Intended Audience :: Science/Research
Intended Audience :: Developers
Topic :: Scientific/Engineering :: GIS
Topic :: Software Development :: Libraries :: Python Modules

[options]
zip_safe = False
include_package_data = True
packages = centerline
scripts =
scripts/create_centerlines
Expand All @@ -50,6 +51,9 @@ docs =
sphinx
sphinx_rtd_theme

[options.package_data]
* = *.txt, *.rst, *.md, LICENSE

[bdist_wheel]
universal = 1

Expand Down

0 comments on commit 7725216

Please sign in to comment.