77Note that "python setup.py test" invokes pytest on the package. With appropriately 
88configured setup.cfg, this will check both xxx_test modules and docstrings. 
99
10- Copyright 2013-2017  Chaim- Leib Halbert 
10+ Copyright 2013-2018  Chaim  Leib Halbert 
1111
1212Licensed under the Apache License, Version 2.0 (the "License"); 
1313you may not use this file except in compliance with the License. 
@@ -87,7 +87,7 @@ def run_tests(self):
8787        'Topic :: Text Processing :: Markup' ,
8888    ],
8989    keywords = 'interval-tree data-structure intervals tree' ,  # Separate with spaces 
90-     author = 'Chaim- Leib Halbert, Konstantin Tretyakov' ,
90+     author = 'Chaim  Leib Halbert, Konstantin Tretyakov' ,
91919292    url = 'https://github.com/chaimleib/intervaltree' ,
9393    download_url = 'https://github.com/chaimleib/intervaltree/tarball/{version}' .format (** version_info ),
@@ -96,6 +96,5 @@ def run_tests(self):
9696    include_package_data = True ,
9797    zip_safe = True ,
9898    tests_require = ['pytest' ],
99-     cmdclass = {'test' : PyTest },
100-     entry_points = {}
99+     cmdclass = {'test' : PyTest }
101100)
0 commit comments