mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
Renamed to reflect official name at PyPI/Github. PR: 212673 Approved by: garga (mentor), python (miwi) Differential Revision: https://reviews.freebsd.org/D10705
10 lines
345 B
Python
10 lines
345 B
Python
--- setup.py.orig 2016-12-23 00:11:09 UTC
|
|
+++ setup.py
|
|
@@ -57,7 +57,6 @@ setup(
|
|
packages=find_packages(exclude=('tests', 'docs')),
|
|
platforms=['Any'],
|
|
install_requires=['future', 'requests', 'requests-oauthlib'],
|
|
- setup_requires=['pytest-runner'],
|
|
tests_require=['pytest'],
|
|
keywords='twitter api',
|
|
classifiers=[
|