Skip to content

Commit

Permalink
Update license in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolausDemmel committed Jul 19, 2014
1 parent 8f6d230 commit 319cf8b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

from setuptools import setup, find_packages

# TODO: read README and LICENSE files to compose "long description"
#
# This might be useful:
# http://stackoverflow.com/questions/1192632/how-to-convert-restructuredtext-to-plain-text
# http://www.jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/

# see: http://reinout.vanrees.org/weblog/2009/12/17/managing-dependencies.html
tests_require = ['nose', 'flake8', 'mock', 'coverage']

Expand Down Expand Up @@ -32,7 +38,7 @@
'Development Status :: 2 - Pre-Alpha'
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
Expand All @@ -49,7 +55,7 @@
],
description="xylem is a package manager abstraction tool.",
long_description="xylem is a package manager abstraction tool.",
license='BSD',
license='Apache License 2.0',
test_suite='test',
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 319cf8b

Please sign in to comment.