Skip to content

Commit

Permalink
Version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
codymbeardsley committed Apr 6, 2018
1 parent 6ef51e2 commit f724e19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 25 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
include README.md LICENSE requirements.txt
recursive-include aesthetique *.py
recursive-include gimini *.py *.yml *.txt
recursive-include gimini *.py
22 changes: 0 additions & 22 deletions gimini/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ PyYAML==3.12
requests==2.18.4
requests-toolbelt==0.8.0
tqdm==4.19.8
twine==1.11.0
urllib3==1.22
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

setup(
name='pyaesthetique',
version='0.1.2',
packages=['aesthetique'],
version='0.1.6',
packages=['aesthetique', 'gimini'],
install_requires=required,
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit f724e19

Please sign in to comment.