Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Jul 31, 2019
1 parent f4fbe75 commit ec51838
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions gil.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
import subprocess
import sys

__author__ = 'Ivan Shynkarenka'
__email__ = 'chronoxor@gmail.com'
__license__ = 'MIT License'
__url__ = 'https://github.com/chronoxor/gil'
__version__ = '1.10.0.0'
__author__ = "Ivan Shynkarenka"
__email__ = "chronoxor@gmail.com"
__license__ = "MIT License"
__url__ = "https://github.com/chronoxor/gil"
__version__ = "1.10.0.0"


class GilRecord(object):
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
author="Ivan Shynkarenka",
author_email="chronoxor@gmail.com",
url="https://github.com/chronoxor/gil",
download_url = "https://github.com/chronoxor/gil/archive/1.10.0.0.tar.gz",
description="Gil (git links) tool",
long_description="Gil (git links) tool allows to describe and manage complex git repositories dependencies with cycles and cross references",
license="MIT License",
Expand Down

0 comments on commit ec51838

Please sign in to comment.