Skip to content

Commit

Permalink
Merge pull request #30 from Baharis/package_optimisation
Browse files Browse the repository at this point in the history
Resources hotfix
  • Loading branch information
Baharis authored Jun 10, 2022
2 parents 00697c5 + a1f868b commit e460d25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = u'Daniel Tchoń'

# The full version, including alpha/beta/rc tags
release = '0.2.0'
release = '0.2.1'


# -- General configuration ---------------------------------------------------
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@

setup(
name='hikari-toolkit',
version='0.2.0',
version='0.2.1',
author='Daniel Tchoń',
author_email='[email protected]',
packages=find_packages(exclude=('legacy', )),
package_data={'': ['*.gnu', 'NaCl.hkl', '*.json',
'*.msd', '*.pickle', '*.csv']},
package_data={'': ['*.csv', '*.dic', '*.gnu', 'hkl.msd', '*.json',
'*.pickle', 'NaCl.cif', 'NaCl.fcf', 'NaCl.hkl',
'NaCl.lst', 'NaCl.res']},
url='https://github.com/Baharis/hikari',
license='MIT',
description=SHORT_DESCRIPTION,
Expand Down

0 comments on commit e460d25

Please sign in to comment.