-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
from setuptools import setup | ||
from os import path | ||
from glob import glob | ||
|
||
this_directory = path.abspath(path.dirname(__file__)) | ||
with open(path.join(this_directory, 'README.rst'), encoding='utf-8') as f: | ||
|
@@ -10,28 +9,30 @@ | |
name = 'sphinxsharp-pro', | ||
packages = ['sphinxsharp-pro'], | ||
include_package_data=True, | ||
version = '1.0.1', | ||
version = '1.0.2', | ||
license='MIT', | ||
description = 'CSharp (C#) domain for sphinx.', | ||
long_description=long_description, | ||
author = 'Andrey Mignevich', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/madTeddy/sphinxsharp-pro', | ||
download_url = 'https://github.com/madTeddy/sphinxsharp-pro/archive/v1.0.1.tar.gz', | ||
keywords = ['Sphinx','Domain','CSharp','C#','Sphinxsharp','Sphinxsharp Pro'], | ||
download_url = 'https://github.com/madTeddy/sphinxsharp-pro/archive/refs/tags/v1.0.2.tar.gz', | ||
keywords = ['Documentation','Sphinx','Domain','CSharp','C#','Sphinxsharp','Sphinxsharp Pro'], | ||
install_requires=[ | ||
'docutils', | ||
'sphinx', | ||
], | ||
classifiers=[ | ||
'Development Status :: 5 - Production/Stable', | ||
'Intended Audience :: Developers', | ||
'Topic :: Software Development :: Build Tools', | ||
'Topic :: Documentation :: Sphinx', | ||
'License :: OSI Approved :: MIT License', | ||
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3.4', | ||
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6', | ||
'Programming Language :: Python :: 3.7' | ||
], | ||
'Programming Language :: Python :: 3.7', | ||
'Programming Language :: Python :: 3.8', | ||
'Programming Language :: Python :: 3.9' | ||
] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# TRANSLATE FILE FOR SPHINXSHARP EXTENSION. | ||
# Copyright (C) 2019 MADTEDDY | ||
# ANDREY MIGNEVICH <[email protected]>, 2019. | ||
# Copyright (C) 2021 MADTEDDY | ||
# ANDREY MIGNEVICH <[email protected]>, 2021. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: 1.0.1\n" | ||
"Project-Id-Version: 1.0.2\n" | ||
"POT-Creation-Date: 2019-04-06 22:07+0300\n" | ||
"Last-Translator: ANDREY MIGNEVICH <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters