Skip to content

Commit 93ccd0a

Browse files
committed
Changes author details
1 parent b456b6a commit 93ccd0a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

setup.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
#!/usr/bin/env python
2+
3+
"""Builds the Fortran Language Server - dev
4+
"""
5+
import pathlib
6+
27
from setuptools import find_packages, setup
8+
39
from fortls import __version__
4-
import pathlib
510

611
# The directory containing this file
712
HERE = pathlib.Path(__file__).resolve().parent
@@ -15,8 +20,8 @@
1520
name=NAME,
1621
version=__version__,
1722
url="https://github.com/gnikit/fortran-language-server",
18-
author="Chris Hansen",
19-
author_email="[email protected]",
23+
author="Giannis Nikiteas",
24+
author_email="[email protected]",
2025
description="FORTRAN Language Server - dev version",
2126
long_description=README,
2227
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)