Skip to content

Commit d17c2f6

Browse files
blagByron
authored andcommitted
Remove duplicate license parameter
1 parent 52ee6c1 commit d17c2f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def _stamp_version(filename):
7878
py_modules=['git.' + f[:-3] for f in os.listdir('./git') if f.endswith('.py')],
7979
package_data={'git.test': ['fixtures/*']},
8080
package_dir={'git': 'git'},
81-
license="BSD License",
8281
python_requires='>=3.0, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
8382
install_requires=requirements,
8483
tests_require=requirements + test_requirements,

0 commit comments

Comments
 (0)