Add MANIFEST file and update README file

This commit is contained in:
Uğur Özyılmazel
2019-10-11 13:37:19 +03:00
parent cd86540a90
commit 0a200f450f
3 changed files with 127 additions and 8 deletions
+3 -3
View File
@@ -14,8 +14,8 @@ setup(
long_description=README,
long_description_content_type='text/markdown',
url='https://github.com/demiroren-teknoloji/django-admin-autocomplete-list-filter',
author='Uğur Özyılmazel, Can Adıyaman',
author_email='ugur.ozyilmazel@demirorenteknoloji.com, can.adiyaman@demirorenteknoloji.com',
author='Demirören Teknoloji Django Team',
author_email='account@demirorenteknoloji.com',
license='MIT',
python_requires='>=3.0',
packages=find_packages(),
@@ -23,7 +23,7 @@ setup(
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 2.2.4',
'Framework :: Django :: 2.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',