Skip to content

Commit

Permalink
change owner
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Manuel Cristobal committed Jul 27, 2020
1 parent 5cbb6d4 commit ec2cbb1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Credits
Development Lead
----------------

* @vikilab <vikilab.library@gmail.com>
* Juan Manuel Cristóbal Moreno <twitter: @juanmcristobal>

Contributors
------------
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019, vikilab
Copyright (c) 2019, @juanmcristobal

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@

# General information about the project.
project = u'ragnar'
copyright = u"2019, vikilabs"
author = u"vikilabs"
copyright = u"2019, @juanmcristobal"
author = u"@juanmcristobal"

# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
Expand Down Expand Up @@ -131,7 +131,7 @@
latex_documents = [
(master_doc, 'ragnar.tex',
u'ragnar Documentation',
u'vikilabs', 'manual'),
u'@juanmcristobal', 'manual'),
]


Expand Down
4 changes: 2 additions & 2 deletions ragnar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

"""Top-level package for ragnar."""

__author__ = """vikilabs"""
__email__ = 'vikilab.library@gmail.com'
__author__ = """@juanmcristobal"""
__email__ = '@juanmcristobal'
__version__ = '0.3.0'
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
test_requirements = []

setup(
author="vikilab",
author_email='vikilab.library@gmail.com',
author="@juanmcristobal",
author_email='@juanmcristobal',
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand All @@ -30,6 +30,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
description="lightweight Extract-Transform-Load (ETL) framework for Python 3+",
entry_points={
Expand All @@ -47,7 +48,7 @@
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/vikilab/ragnar',
url='https://github.com/juanmcristobal/ragnar',
version='0.3.0',
zip_safe=False,
)

0 comments on commit ec2cbb1

Please sign in to comment.