File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,17 @@ def read(fname):
3232 return content
3333
3434setup (
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 ,
You can’t perform that action at this time.
0 commit comments