Skip to content

Commit cad40aa

Browse files
committed
Changed README.md to README.rst in MANIFEST.in
Set license in setup.py to "BSD-style license"
1 parent d6676b2 commit cad40aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
recursive-include pyobjcryst *
22
recursive-include extensions *
33
include SConstruct
4-
include AUTHORS.txt LICENSE.txt README.md
4+
include AUTHORS.txt LICENSE.txt README.rst
55
exclude MANIFEST.in
66
recursive-exclude pyobjcryst *.pyc *.so

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def getversioncfg():
105105
maintainer = 'Pavol Juhas',
106106
maintainer_email = '[email protected]',
107107
description = "Bindings of ObjCryst++ into python",
108-
license = "BSD, see LICENSE.txt",
108+
license = "BSD-style license, see LICENSE.txt",
109109
url = "https://github.com/diffpy/pyobjcryst",
110110

111111
# What we're installing

0 commit comments

Comments
 (0)