|
10 | 10 | os.chdir(os.path.normpath(os.path.join(__file__, os.pardir)))
|
11 | 11 |
|
12 | 12 | setup(
|
13 |
| - name="django-npm-mjs", |
14 |
| - version="2.3.2", |
15 | 13 | packages=find_packages(),
|
16 | 14 | include_package_data=True,
|
17 |
| - license="LGPL License", |
18 |
| - description=("A Django package to use npm.js dependencies and transpile ES2015+",), |
19 |
| - long_description=README, |
20 |
| - long_description_content_type="text/markdown", |
21 |
| - url="https://github.com/fiduswriter/django-npm-mjs", |
22 |
| - author="Johannes Wilm", |
23 |
| - |
24 |
| - install_requires=["Django >= 3.2", "JSON_minify == 0.3.0"], |
25 |
| - classifiers=[ |
26 |
| - "Environment :: Web Environment", |
27 |
| - "Framework :: Django", |
28 |
| - "Framework :: Django :: 3.2", |
29 |
| - "Framework :: Django :: 4.0", |
30 |
| - "Framework :: Django :: 4.1", |
31 |
| - "Intended Audience :: Developers", |
32 |
| - "License :: OSI Approved :: " + "GNU Lesser General Public License v3 (LGPLv3)", |
33 |
| - "Operating System :: OS Independent", |
34 |
| - "Programming Language :: Python", |
35 |
| - "Programming Language :: Python :: 3.6", |
36 |
| - "Programming Language :: Python :: 3.7", |
37 |
| - "Programming Language :: Python :: 3.8", |
38 |
| - "Programming Language :: Python :: 3.9", |
39 |
| - "Programming Language :: Python :: 3.10", |
40 |
| - "Topic :: Internet :: WWW/HTTP", |
41 |
| - "Topic :: Internet :: WWW/HTTP :: Dynamic Content", |
42 |
| - ], |
43 | 15 | )
|
0 commit comments