Skip to content

Commit c6e356d

Browse files
committed
Move data files from quickff/share to quickff/quickff/data and use path routine from importlib.resources
1 parent c7429ca commit c6e356d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+147
-858
lines changed

HEADER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
QuickFF is a code to quickly derive accurate force fields from ab initio input.
2-
Copyright (C) 2012 - 2018 Louis Vanduyfhuys <Louis.Vanduyfhuys@UGent.be>
2+
Copyright (C) 2012 - 2019 Louis Vanduyfhuys <Louis.Vanduyfhuys@UGent.be>
33
Steven Vandenbrande <Steven.Vandenbrande@UGent.be>,
44
Jelle Wieme <Jelle.Wieme@UGent.be>,
55
Toon Verstraelen <Toon.Verstraelen@UGent.be>, Center for Molecular Modeling
File renamed without changes.

MANIFEST.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include README
2+
include LICENSE
3+
include quickff/data/*
4+
include quickff/data/systems/*.*
5+
include quickff/data/systems/*/*.*

doc/atypes_high.png

-222 KB
Binary file not shown.

doc/atypes_medium.png

-200 KB
Binary file not shown.

doc/quickff_logo.png

-43.7 KB
Binary file not shown.

doc/quickff_logo_trans_small.png

-121 KB
Binary file not shown.

doc/toc1.png

-62.6 KB
Binary file not shown.

doc/toc2.png

-125 KB
Binary file not shown.

quickff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# QuickFF is a code to quickly derive accurate force fields from ab initio input.
3-
# Copyright (C) 2012 - 2018 Louis Vanduyfhuys <Louis.Vanduyfhuys@UGent.be>
3+
# Copyright (C) 2012 - 2019 Louis Vanduyfhuys <Louis.Vanduyfhuys@UGent.be>
44
# Steven Vandenbrande <Steven.Vandenbrande@UGent.be>,
55
# Jelle Wieme <Jelle.Wieme@UGent.be>,
66
# Toon Verstraelen <Toon.Verstraelen@UGent.be>, Center for Molecular Modeling

0 commit comments

Comments
 (0)