Skip to content

Commit

Permalink
README and setup.py update after repository transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jaworski committed Oct 29, 2014
1 parent 4421688 commit 2cca1b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,12 @@ Simply wrap it with ianitor call:

## Licence

This code is under [WTFPL](https://en.wikipedia.org/wiki/WTFPL).
Just do what the fuck you want with it.
`ianitor` is licensed under LGPL license, version 3.


## Contributing and reporting bugs

Source code is available at:
[ClearcodeHQ/ianitor](https://github.com/ClearcodeHQ/ianitor). Issue tracker
is located at [GitHub Issues](https://github.com/ClearcodeHQ/ianitor/issues).
Projects [PyPi page](https://pypi.python.org/pypi/ianitor).
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

# You should have received a copy of the GNU Lesser General Public License
# along with ianitor. If not, see <http://www.gnu.org/licenses/>.

from setuptools import setup, find_packages
import os

Expand Down Expand Up @@ -48,15 +49,15 @@ def get_version(version_tuple):
setup(
name='ianitor',
version=VERSION,
author='Michał Jaworski',
author_email='m.jaworski@clearcode.cc',
author='Clearcode - The A Room',
author_email='thearoom@clearcode.cc',
description='Doorkeeper for consul discovered services.',
long_description=README,

packages=PACKAGES,
package_dir=PACKAGE_DIR,

url='https://github.com/swistakm/ianitor',
url='https://github.com/ClearcodeHQ/ianitor',
include_package_data=True,
install_requires=INSTALL_REQUIRES,
zip_safe=False,
Expand Down

0 comments on commit 2cca1b3

Please sign in to comment.