We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b456b6a commit 93ccd0aCopy full SHA for 93ccd0a
setup.py
@@ -1,7 +1,12 @@
1
#!/usr/bin/env python
2
+
3
+"""Builds the Fortran Language Server - dev
4
+"""
5
+import pathlib
6
7
from setuptools import find_packages, setup
8
9
from fortls import __version__
-import pathlib
10
11
# The directory containing this file
12
HERE = pathlib.Path(__file__).resolve().parent
@@ -15,8 +20,8 @@
15
20
name=NAME,
16
21
version=__version__,
17
22
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]",
25
description="FORTRAN Language Server - dev version",
26
long_description=README,
27
long_description_content_type="text/markdown",
0 commit comments