Skip to content

Commit 12ba1c4

Browse files
committed
Update package info
1 parent 9ecc951 commit 12ba1c4

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

setup.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,17 @@ def read(fname):
3232
return content
3333

3434
setup(
35-
name='filteralchemy',
35+
name='filteralchemy-fork',
3636
version=find_version('filteralchemy/__init__.py'),
37-
description='Declarative query builder for SQLAlchemy',
37+
description=(
38+
'Declarative query builder for SQLAlchemy. This is a fork of the '
39+
'original project with the changes of https://github.com/jmcarp/filteralchemy/pull/2 '
40+
'applied'
41+
),
3842
long_description=read('README.rst'),
39-
author='Joshua Carp',
40-
author_email='jm.carp@gmail.com',
41-
url='https://github.com/jmcarp/filteralchemy',
43+
author='Matias Lang',
44+
author_email='shareman1204@gmail.com',
45+
url='https://github.com/infobyte/filteralchemy',
4246
packages=find_packages(exclude=('test*', )),
4347
package_dir={'filteralchemy': 'filteralchemy'},
4448
include_package_data=True,

0 commit comments

Comments
 (0)