Unifying quotation marks and removing comment

This commit is contained in:
Erasmus Cedernaes
2021-12-02 20:38:34 +01:00
parent 6acb765bd0
commit 791f225bd2

View File

@@ -9,10 +9,10 @@ setup(
package_dir={"": "Python3/src"}, package_dir={"": "Python3/src"},
description="XPlaneConnect (XPC) facilitates communication to and from the XPCPlugin. Note: To use the XPC package, you must first install the XPCPlugin. See https://github.com/nasa/XPlaneConnect/wiki/Getting-Started for instructions on installing the XPCPlugin", description="XPlaneConnect (XPC) facilitates communication to and from the XPCPlugin. Note: To use the XPC package, you must first install the XPCPlugin. See https://github.com/nasa/XPlaneConnect/wiki/Getting-Started for instructions on installing the XPCPlugin",
url="https://github.com/nasa/XPlaneConnect/", url="https://github.com/nasa/XPlaneConnect/",
project_urls={ # Optional project_urls={
'Bug Reports': 'https://github.com/nasa/xplaneconnect/issues', "Bug Reports": "https://github.com/nasa/xplaneconnect/issues",
'Organization': 'https://www.nasa.gov/content/diagnostics-prognostics', "Organization": "https://www.nasa.gov/content/diagnostics-prognostics",
'Source': 'https://github.com/nasa/xplaneconnect', "Source": "https://github.com/nasa/xplaneconnect",
'Documentation': 'https://github.com/nasa/XPlaneConnect/wiki' "Documentation": "https://github.com/nasa/XPlaneConnect/wiki"
} }
) )