|
16 | 16 | "rio-color==1.0.0",
|
17 | 17 | "pillow==7.2.0",
|
18 | 18 | "opencv-python==4.3.0.36",
|
| 19 | + "boto3==1.14.21" |
19 | 20 | ]
|
20 | 21 |
|
21 | 22 | setup(
|
22 | 23 | name="felicette",
|
23 |
| - version="0.1.10", |
| 24 | + version="0.1.12", |
24 | 25 | url="https://github.com/plant99/felicette",
|
25 | 26 | license="MIT",
|
26 | 27 | author="Shivashis Padhi",
|
|
35 | 36 | entry_points={"console_scripts": ["felicette = felicette.cli:main",],},
|
36 | 37 | classifiers=[
|
37 | 38 | # As from http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
38 |
| - # 'Development Status :: 1 - Planning', |
39 |
| - # "Development Status :: 2 - Pre-Alpha", |
40 | 39 | "Development Status :: 3 - Alpha",
|
41 |
| - # 'Development Status :: 4 - Beta', |
42 |
| - # 'Development Status :: 5 - Production/Stable', |
43 |
| - # 'Development Status :: 6 - Mature', |
44 |
| - # 'Development Status :: 7 - Inactive', |
45 | 40 | "Environment :: Console",
|
46 |
| - "Intended Audience :: Developers", |
| 41 | + "Intended Audience :: Science/Research", |
47 | 42 | "License :: OSI Approved :: MIT License",
|
48 | 43 | "Operating System :: POSIX",
|
49 | 44 | "Operating System :: MacOS",
|
50 | 45 | "Operating System :: Unix",
|
51 | 46 | "Operating System :: Microsoft :: Windows",
|
52 | 47 | "Programming Language :: Python",
|
53 |
| - "Programming Language :: Python :: 2", |
54 | 48 | "Programming Language :: Python :: 3",
|
55 | 49 | "Topic :: Software Development :: Libraries :: Python Modules",
|
56 | 50 | ],
|
|
0 commit comments