Skip to content

Commit

Permalink
update setup.py / move requirement to root / rename changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Feb 6, 2014
1 parent ecb34d0 commit b677391
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -1,4 +1,7 @@
global-exclude *.pyc

include README.rst
include MIT-LICENSE.txt
include requirements.txt

recursive-include audiofield *
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -46,8 +46,8 @@ def parse_dependency_links(file_name):
packages=find_packages(),
include_package_data=True,
package_data={},
install_requires=parse_requirements('audiofield/requirements.txt'),
dependency_links=parse_dependency_links('audiofield/requirements.txt'),
install_requires=parse_requirements('requirements.txt'),
dependency_links=parse_dependency_links('requirements.txt'),
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down

0 comments on commit b677391

Please sign in to comment.