Skip to content

Commit 23d8a27

Browse files
committed
PKG: Fixed classifier
1 parent 19e0d04 commit 23d8a27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2017, Continuum Analytics, Inc.
3+
Copyright (c) 2018, Anaconda, Inc.
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author_email='[email protected]',
1414
license="BSD",
1515
classifiers=[ # Optional
16-
'License :: OSI Approved :: BSD License'
16+
'License :: OSI Approved :: BSD License',
1717
'Programming Language :: Python :: 2',
1818
'Programming Language :: Python :: 2.7',
1919
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)