-
Notifications
You must be signed in to change notification settings - Fork 5
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
Alexander.A.Utkin
committed
Sep 19, 2024
1 parent
07054cd
commit 8c5eec9
Showing
1 changed file
with
1 addition
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,6 @@ def build_cmake(self, ext): | |
maintainer='Reindexer Team', | ||
maintainer_email='[email protected]', | ||
url='https://reindexer.io', | ||
github='https://github.com/Restream/reindexer-py', | ||
project_urls={ | ||
'Documentation': 'https://reindexer.io/', | ||
'Source': 'https://github.com/Restream/reindexer-py', | ||
|
@@ -128,5 +127,5 @@ def build_cmake(self, ext): | |
_c2('Topic', 'Software Development'), | ||
_c2('Topic', 'Software Development', 'Libraries', 'Python Modules'), | ||
], | ||
platforms=['ALT Linux', 'RED OS', 'Astra Linux'], | ||
#platforms=['ALT Linux', 'RED OS', 'Astra Linux'], | ||
) |