File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 74
74
75
75
# General information about the project.
76
76
project = "NURBS-Python"
77
- copyright = "2016-2019 , Onur Rauf Bingol"
78
- author = geomdl . __author__
79
- description = geomdl . __description__
77
+ copyright = "2016-2025 , Onur R. Bingol"
78
+ author = "Onur R. Bingol"
79
+ description = "Object-oriented B-Spline and NURBS evaluation library"
80
80
81
81
# The version info for the project you're documenting, acts as replacement for
82
82
# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change 7
7
# Library version
8
8
__version__ = "5.3.1"
9
9
10
- # Author and license
11
- __author__ = "Onur Rauf Bingol"
12
- __license__ = "MIT"
13
-
14
10
# Support for "from geomdl import *"
15
11
# @see: https://stackoverflow.com/a/41895257
16
12
# @see: https://stackoverflow.com/a/35710527
You can’t perform that action at this time.
0 commit comments