File tree 3 files changed +28
-4
lines changed
3 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ __pycache__/
8
8
materialdatabase.egg-info /
9
9
tests /temp /
10
10
.eggs /
11
+ build /
12
+ dist /
11
13
12
14
# Files
13
15
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
+
7
+
8
+ ## [ Unreleased]
9
+
10
+
11
+ ## [ 0.1.0] - 2022-12-15
12
+ ### Initial functionality
13
+ * Materials: N95, N97, N49
14
+ * Manufacturer datasheets
15
+ * Measurement data (measured at Paderborn University / LEA department)
16
+ * Interfaces to FEMMT
17
+
18
+
19
+ [ Unreleased ] : https://github.com/upb-lea/materialdatabase/compare/0.1.0...HEAD
20
+ [ 0.1.0 ] : https://github.com/upb-lea/materialdatabase/compare/0.1.0...0.1.0
21
+
22
+
Original file line number Diff line number Diff line change 15
15
16
16
17
17
18
- # with open('CHANGELOG.md') as history_file:
19
- # history = history_file.read()
18
+ with open ('CHANGELOG.md' ) as history_file :
19
+ history = history_file .read ()
20
20
21
21
22
22
76
76
"Documentation" : "" ,
77
77
"Source Code" : "https://github.com/upb-lea/materialdatabase" ,
78
78
},
79
- version = '0.0 .0' ,
79
+ version = '0.1 .0' ,
80
80
zip_safe = False ,
81
- # data_files=[('', ['CHANGELOG.md'])]
81
+ data_files = [('' , ['CHANGELOG.md' ])]
82
82
)
You can’t perform that action at this time.
0 commit comments