mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
a couple of more fixes
This commit is contained in:
parent
18ec209556
commit
bd25f6638e
2 changed files with 5 additions and 1 deletions
|
@ -21,6 +21,10 @@ pylint:
|
|||
- too-many-lines
|
||||
- import-self
|
||||
- redefined-outer-name
|
||||
- invalid-name
|
||||
- too-few-public-methods
|
||||
- no-init
|
||||
- star-args
|
||||
|
||||
mccabe:
|
||||
disable:
|
||||
|
|
2
setup.py
2
setup.py
|
@ -65,7 +65,7 @@ def main():
|
|||
author_email='scopatz@gmail.com',
|
||||
url='https://github.com/scopatz/xonsh',
|
||||
platforms='Cross Platform',
|
||||
classifiers = ['Programming Language :: Python :: 3'],
|
||||
classifiers=['Programming Language :: Python :: 3'],
|
||||
packages=['xonsh'],
|
||||
scripts=['scripts/xonsh'],
|
||||
cmdclass={'install': xinstall, 'sdist': xsdist},
|
||||
|
|
Loading…
Add table
Reference in a new issue