|
8 | 8 |
|
9 | 9 | setup(
|
10 | 10 | name='alteryx_open_src_update_checker',
|
| 11 | + author='Alteryx, Inc.', |
| 12 | + |
| 13 | + license='BSD 3-clause', |
11 | 14 | version='1.0.2',
|
12 |
| - packages=find_packages(), |
13 | 15 | 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 |
| - |
| 16 | + url='https://github.com/FeatureLabs/alteryx-open-src-update-checker/', |
18 | 17 | classifiers=[
|
19 | 18 | 'Development Status :: 3 - Alpha',
|
20 | 19 | 'Intended Audience :: Developers',
|
|
23 | 22 | 'Programming Language :: Python :: 3.8',
|
24 | 23 | 'Programming Language :: Python :: 3.9'
|
25 | 24 | ],
|
| 25 | + packages=find_packages(), |
26 | 26 | install_requires=open('requirements.txt').readlines(),
|
27 |
| - python_requires='>=2.7, <4', |
| 27 | + python_requires='>=3.7, <4', |
28 | 28 | test_suite='alteryx_open_src_update_checker/tests',
|
29 | 29 | tests_require=open('test-requirements.txt').readlines(),
|
30 |
| - keywords='feature engineering data science machine learning', |
| 30 | + keywords='update check data science machine learning alteryx', |
31 | 31 | include_package_data=True,
|
32 | 32 | entry_points={
|
33 | 33 | "featuretools_initialize": [
|
|
0 commit comments