File tree Expand file tree Collapse file tree 5 files changed +3
-10
lines changed Expand file tree Collapse file tree 5 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
1
# file GENERATED by distutils, do NOT edit
2
2
setup.cfg
3
3
setup.py
4
+ ieee754/IEEE754.py
4
5
ieee754/__init__.py
5
- ieee754/ieee754.py
File renamed without changes.
Original file line number Diff line number Diff line change 1
- from ieee754 import IEEE754
1
+ from ieee754 . IEEE754 import IEEE754
Original file line number Diff line number Diff line change 2
2
setup (
3
3
name = 'ieee754' ,
4
4
packages = ['ieee754' ],
5
- version = '0.1 ' ,
5
+ version = '0.2 ' ,
6
6
license = 'MIT' ,
7
7
description = 'A Python library which converts floating points numbers into IEEE-754 representation.' ,
8
8
author = 'Bora Canbula' ,
19
19
'Topic :: Scientific/Engineering :: Mathematics' ,
20
20
'License :: OSI Approved :: MIT License' ,
21
21
'Programming Language :: Python :: 3' ,
22
- 'Programming Language :: Python :: 3.4' ,
23
- 'Programming Language :: Python :: 3.5' ,
24
- 'Programming Language :: Python :: 3.6' ,
25
- 'Programming Language :: Python :: 3.7' ,
26
- 'Programming Language :: Python :: 3.8' ,
27
- 'Programming Language :: Python :: 3.9' ,
28
- 'Programming Language :: Python :: 3.10' ,
29
22
],
30
23
)
You can’t perform that action at this time.
0 commit comments