Skip to content

Commit

Permalink
Use python_requires in setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 27, 2017
1 parent 8b0f5d4 commit 2cd6e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -11,7 +11,7 @@ Yapsy>=1.11.223
PyRSS2Gen>=1.1
logbook>=0.7.0
blinker>=1.3
setuptools>=20.3
setuptools>=24.2.0
natsort>=3.5.2
requests>=2.2.0
piexif>=1.0.3
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -143,6 +143,7 @@ def run(self):
extras_require=extras,
tests_require=['pytest'],
include_package_data=True,
python_requires='>=3.3',
cmdclass={'install': nikola_install, 'test': PyTest},
data_files=[
('share/doc/nikola', [
Expand Down

0 comments on commit 2cd6e02

Please sign in to comment.