Skip to content

Commit

Permalink
Manifest + improved setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Inoks committed Oct 1, 2017
1 parent 7cd52b3 commit 9763f77
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include README.md
include LICENSE*

recursive-include dcf *
18 changes: 14 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,21 @@ def get_requirements():


setup(
name='dcf',
version='0.5',
description='Django Classifieds Application',
url='https://github.com/inoks/dcf',
author='Inoks <[email protected]>',
author_email='[email protected]',
description='Django Classifieds Application',
install_requires=get_requirements(),
keywords='django classified development bootstrap',
license='MIT',
name='dcf',
url='https://github.com/inoks/dcf',
version='0.5',
classifiers=[
'Development Status :: 3 - Beta',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
]
)

0 comments on commit 9763f77

Please sign in to comment.