File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ __pycache__/
88materialdatabase.egg-info /
99tests /temp /
1010.eggs /
11+ build /
12+ dist /
1113
1214# Files
1315
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 1515
1616
1717
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 ()
2020
2121
2222
7676 "Documentation" : "" ,
7777 "Source Code" : "https://github.com/upb-lea/materialdatabase" ,
7878 },
79- version = '0.0 .0' ,
79+ version = '0.1 .0' ,
8080 zip_safe = False ,
81- # data_files=[('', ['CHANGELOG.md'])]
81+ data_files = [('' , ['CHANGELOG.md' ])]
8282)
You can’t perform that action at this time.
0 commit comments