File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2016 Bernardo Martínez Garrido
3+ Copyright (c) 2016-2018 Bernardo Martínez Garrido
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 33 Dice Notation Tools for Python
44 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 Dice notation tools
6- :copyright: (c) 2016 by Bernardo Martínez Garrido
6+ :copyright: (c) 2016-2018 by Bernardo Martínez Garrido
77 :license: MIT, see LICENSE for more details.
88"""
99
Original file line number Diff line number Diff line change 6060# General information about the project.
6161project = 'Dice Notation Tools for Python'
6262project_safe = project .replace (' ' , '_' )
63- copyright = u'2016, Bernardo Martínez Garrido'
63+ copyright = u'2016-2018 , Bernardo Martínez Garrido'
6464authors = [u'Bernardo Martínez Garrido' ]
6565
6666# The version info for the project.
102102 'author_url' : 'https://github.com/Bernardo-MG' ,
103103 'twitter_id' : '@BernardoMartG' ,
104104 'publish_date' : datetime .datetime .now ().date (),
105- 'years' : '2016' ,
105+ 'years' : '2016-2018 ' ,
106106 'scm_name' : 'Github' ,
107107 'scm_url' : 'https://github.com/Bernardo-MG/dice-notation-python' ,
108108 'ci_name' : 'Travis' ,
You can’t perform that action at this time.
0 commit comments