Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Remove newline causing script failure #1

Merged
merged 1 commit into from
Apr 20, 2018
Merged

Commits on Apr 18, 2018

  1. There was a newline right before this line: 'Journal of Open Source S…

    …oftware, 3(24), 653, https://doi.org/10.21105/joss.00653'
    
    It was causing the following error:
    
    Traceback (most recent call last):
      File "setup.py", line 14, in <module>
        import spiral
      File "/home/--/spiral/spiral/__init__.py", line 32, in <module>
        from .__version__ import __version__, __title__, __description__, __url__
      File "/home/--/spiral/spiral/__version__.py", line 17
        __citation__    = 'Hucka, (2018). Spiral: splitters for identifiers in source code files.
    
    Removed newline
    Christian Newman committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    cbc1339 View commit details
    Browse the repository at this point in the history