Skip to content

Commit 59540b2

Browse files
committed
transfer package URL
1 parent e0aa648 commit 59540b2

File tree

7 files changed

+19
-23
lines changed

7 files changed

+19
-23
lines changed

CHANGES_OLD.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ Bug Fixes
8989
Bug Fixes
9090
---------
9191

92-
- Allow the primary key to not be named "id" #20. See https://github.com/ITCase/sqlalchemy_mptt/issues/20
92+
- Allow the primary key to not be named "id" #20. See https://github.com/uralbash/sqlalchemy_mptt/issues/20

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013 ITCase
3+
Copyright (c) 2013 uralbash
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
|Build Status| |Coverage Status| |Stories in progress| |PyPI|
1+
|Build Status| |Coverage Status| |PyPI|
22

33
Library for implementing Modified Preorder Tree Traversal with your
44
SQLAlchemy Models and working with trees of Model instances, like
55
django-mptt. Docs http://sqlalchemy-mptt.readthedocs.org/
66

7-
.. image:: https://cdn.rawgit.com/ITCase/sqlalchemy_mptt/master/docs/img/2_sqlalchemy_mptt_traversal.svg
7+
.. image:: https://cdn.rawgit.com/uralbash/sqlalchemy_mptt/master/docs/img/2_sqlalchemy_mptt_traversal.svg
88
:alt: Nested sets traversal
99
:width: 800px
1010

@@ -18,7 +18,7 @@ Install from github:
1818

1919
.. code-block:: bash
2020
21-
pip install git+http://github.com/ITCase/sqlalchemy_mptt.git
21+
pip install git+http://github.com/uralbash/sqlalchemy_mptt.git
2222
2323
PyPi:
2424

@@ -157,7 +157,7 @@ Update node
157157
Move node (support multitree)
158158
-----------------------------
159159

160-
.. figure:: https://cdn.rawgit.com/ITCase/sqlalchemy_mptt/master/docs/img/3_sqlalchemy_mptt_multitree.svg
160+
.. figure:: https://cdn.rawgit.com/uralbash/sqlalchemy_mptt/master/docs/img/3_sqlalchemy_mptt_multitree.svg
161161
:alt: Nested sets multitree
162162
:width: 600px
163163

@@ -260,8 +260,7 @@ Move to top level
260260
Support and Development
261261
=======================
262262

263-
To report bugs, use the `issue tracker <https://github.com/ITCase/sqlalchemy_mptt/issues>`_
264-
or `waffle board <https://waffle.io/ITCase/sqlalchemy_mptt>`_.
263+
To report bugs, use the `issue tracker <https://github.com/uralbash/sqlalchemy_mptt/issues>`_.
265264

266265
We welcome any contribution: suggestions, ideas, commits with new futures, bug fixes, refactoring, docs, tests, translations etc
267266

@@ -272,11 +271,9 @@ License
272271

273272
The project is licensed under the MIT license.
274273

275-
.. |Build Status| image:: https://travis-ci.org/ITCase/sqlalchemy_mptt.svg?branch=master
276-
:target: https://travis-ci.org/ITCase/sqlalchemy_mptt
277-
.. |Coverage Status| image:: https://coveralls.io/repos/ITCase/sqlalchemy_mptt/badge.png
278-
:target: https://coveralls.io/r/ITCase/sqlalchemy_mptt
279-
.. |Stories in progress| image:: https://badge.waffle.io/itcase/sqlalchemy_mptt.png?label=in%20progress&title=In%20Progress
280-
:target: https://waffle.io/itcase/sqlalchemy_mptt
274+
.. |Build Status| image:: https://travis-ci.org/uralbash/sqlalchemy_mptt.svg?branch=master
275+
:target: https://travis-ci.org/uralbash/sqlalchemy_mptt
276+
.. |Coverage Status| image:: https://coveralls.io/repos/uralbash/sqlalchemy_mptt/badge.png
277+
:target: https://coveralls.io/r/uralbash/sqlalchemy_mptt
281278
.. |PyPI| image:: http://img.shields.io/pypi/dm/sqlalchemy_mptt.svg
282279
:target: https://pypi.python.org/pypi/sqlalchemy_mptt

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# General information about the project.
3636
project = u'sqlalchemy_mptt'
37-
copyright = u'2014, ITCase'
37+
copyright = u'2014, uralbash'
3838

3939
# List of patterns, relative to source directory, that match files and
4040
# directories to ignore when looking for source files.
@@ -63,6 +63,6 @@
6363
html_theme_options = {
6464
'travis_button': True,
6565
'github_button': True,
66-
'github_user': 'ITCase',
66+
'github_user': 'uralbash',
6767
'github_repo': 'sqlalchemy_mptt',
6868
}

docs/contribute.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Support and Development
22
=======================
33

4-
To report bugs, use the `issue tracker <https://github.com/ITCase/sqlalchemy_mptt/issues>`_
5-
or `waffle board <https://waffle.io/ITCase/sqlalchemy_mptt>`_.
4+
To report bugs, use the `issue tracker <https://github.com/uralbash/sqlalchemy_mptt/issues>`_.
65

7-
We welcome any contribution: suggestions, ideas, commits with new futures, bug fixes, refactoring, docs, tests, translations etc
6+
We welcome any contribution: suggestions, ideas, commits with new futures, bug
7+
fixes, refactoring, docs, tests, translations etc
88

99
If you have question, contact me [email protected] or IRC channel #sacrud

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ Indices and tables
4949
* :ref:`modindex`
5050
* :ref:`search`
5151

52-
.. _ps_tree: https://github.com/ITCase/ps_tree
53-
.. _pyramid_pages: https://github.com/ITCase/pyramid_pages
52+
.. _ps_tree: https://github.com/uralbash/ps_tree
53+
.. _pyramid_pages: https://github.com/uralbash/pyramid_pages

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(name):
1111
setup(
1212
name='sqlalchemy_mptt',
1313
version='0.2.1.dev0',
14-
url='http://github.com/ITCase/sqlalchemy_mptt/',
14+
url='http://github.com/uralbash/sqlalchemy_mptt/',
1515
author='Svintsov Dmitry',
1616
author_email='[email protected]',
1717
packages=['sqlalchemy_mptt', ],
@@ -29,7 +29,6 @@ def read(name):
2929
'Environment :: Web Environment',
3030
'Intended Audience :: Developers',
3131
'Natural Language :: English',
32-
'Natural Language :: Russian',
3332
'Operating System :: OS Independent',
3433
'Programming Language :: Python',
3534
"Programming Language :: Python :: 2.6",

0 commit comments

Comments
 (0)