Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IDEA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Warden
IDEA
Commits
1a018396
Commit
1a018396
authored
2 years ago
by
Rajmund Hruška
Browse files
Options
Downloads
Patches
Plain Diff
Feature: Update project information
parent
52383af7
No related branches found
No related tags found
1 merge request
!5
0.1.14
Pipeline
#1883
passed
2 years ago
Stage: test
Stage: check-warnings
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+15
-0
15 additions, 0 deletions
README.rst
setup.py
+6
-5
6 additions, 5 deletions
setup.py
with
21 additions
and
5 deletions
README.rst
+
15
−
0
View file @
1a018396
...
...
@@ -23,3 +23,18 @@ Copyright
| Author: Pavel Kácha <pavel.kacha@cesnet.cz>
| Use of this package is governed by the ISC license, see LICENSE file.
|
Changelog
--------------------------------------------------------------------------------
Version 0.1.14
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Released 2022-06-28
- Fixed raw string in a regular expression.
- Added a config file for GitLab CI/CD.
- Updated the repository information.
- Updated packages versions.
This diff is collapsed.
Click to expand it.
setup.py
+
6
−
5
View file @
1a018396
...
...
@@ -46,15 +46,16 @@ setup(
'
Programming Language :: Python
'
,
],
keywords
=
'
library
'
,
url
=
'
https://gitlab.cesnet.cz/709/warden/idea
'
,
url
=
'
https://pypi.org/project/idea-format/
'
,
project_urls
=
{
'
Documentation
'
:
'
https://709.gitlab-pages.cesnet.cz/warden/idea/master/html/manual.html
'
,
'
Source
'
:
'
https://gitlab.cesnet.cz/709/warden/idea
'
,
'
Tracker
'
:
'
https://gitlab.cesnet.cz/709/warden/idea/-/issues
'
},
author
=
'
Pavel Kacha
'
,
author_email
=
'
pavel.kacha@cesnet.cz
'
,
license
=
'
ISC
'
,
packages
=
[
'
idea
'
],
test_suite
=
'
nose.collector
'
,
tests_require
=
[
'
nose
'
],
install_requires
=
[
'
ipranges
'
,
'
typedcols
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment