Skip to content

Commit 7ca8b09

Browse files
authored
Update setup.py (#39)
1 parent 15744e2 commit 7ca8b09

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88

99
setup(
1010
name='alteryx_open_src_update_checker',
11+
author='Alteryx, Inc.',
12+
author_email='[email protected]',
13+
license='BSD 3-clause',
1114
version='1.0.2',
12-
packages=find_packages(),
1315
description='an update checker for alteryx open source libraries',
14-
url='http://featuretools.com',
15-
license='BSD 3-clause',
16-
author='Feature Labs, Inc.',
17-
author_email='[email protected]',
16+
url='https://github.com/FeatureLabs/alteryx-open-src-update-checker/',
1817
classifiers=[
1918
'Development Status :: 3 - Alpha',
2019
'Intended Audience :: Developers',
@@ -23,11 +22,12 @@
2322
'Programming Language :: Python :: 3.8',
2423
'Programming Language :: Python :: 3.9'
2524
],
25+
packages=find_packages(),
2626
install_requires=open('requirements.txt').readlines(),
27-
python_requires='>=2.7, <4',
27+
python_requires='>=3.7, <4',
2828
test_suite='alteryx_open_src_update_checker/tests',
2929
tests_require=open('test-requirements.txt').readlines(),
30-
keywords='feature engineering data science machine learning',
30+
keywords='update check data science machine learning alteryx',
3131
include_package_data=True,
3232
entry_points={
3333
"featuretools_initialize": [

0 commit comments

Comments
 (0)