diff options
author | Timothy Crosley <timothy.crosley@gmail.com> | 2015-07-12 22:59:10 -0700 |
---|---|---|
committer | Timothy Crosley <timothy.crosley@gmail.com> | 2015-07-12 22:59:10 -0700 |
commit | 8385818445e9a28d1cc6479b37dbaeddbb6b2de7 (patch) | |
tree | 6441d20e700393f2cdde2d3306ac54eb6c007011 /setup.py | |
parent | e6ab66575f18364841ebbcfd3ca2190d8c7cf6d7 (diff) | |
parent | 2432ca510130001cc4f5b2997724954a68112f02 (diff) | |
download | isort-custom-sections.tar.gz |
Merge in latest changes from developcustom-sections
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -57,8 +57,6 @@ setup(name='isort', 'distutils.commands': ['isort = isort.main:ISortCommand'], }, packages=['isort'], - requires=['pies', 'natsort'], - install_requires=['pies>=2.6.2', 'natsort>=3.0.0'], cmdclass={'test': PyTest}, keywords='Refactor, Python, Python2, Python3, Refactoring, Imports, Sort, Clean', classifiers=['Development Status :: 6 - Mature', @@ -76,6 +74,7 @@ setup(name='isort', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Software Development :: Libraries', 'Topic :: Utilities'], **PyTest.extra_kwargs) |