File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 120
120
keywords = 'ethereum blockchain evm' ,
121
121
packages = find_packages (exclude = ["tests" , "tests.*" ]),
122
122
classifiers = [
123
- 'Development Status :: 2 - Pre- Alpha' ,
123
+ 'Development Status :: 3 - Alpha' ,
124
124
'Intended Audience :: Developers' ,
125
125
'License :: OSI Approved :: MIT License' ,
126
126
'Natural Language :: English' ,
Original file line number Diff line number Diff line change 23
23
keywords = 'ethereum blockchain evm trinity' ,
24
24
packages = [],
25
25
classifiers = [
26
- 'Development Status :: 2 - Pre- Alpha' ,
26
+ 'Development Status :: 3 - Alpha' ,
27
27
'Intended Audience :: Developers' ,
28
28
'License :: OSI Approved :: MIT License' ,
29
29
'Natural Language :: English' ,
30
30
'Programming Language :: Python :: 3.6' ,
31
31
],
32
+ python_requires = ">=3.6,<4"
32
33
# trinity
33
34
entry_points = {
34
35
'console_scripts' : ['trinity=trinity:main' ],
You can’t perform that action at this time.
0 commit comments