|
23 | 23 |
|
24 | 24 |
|
25 | 25 | setup( |
26 | | - name='sqlalchemyseed', |
| 26 | + # name='sqlalchemyseed', |
27 | 27 | version=VERSION, |
28 | | - description='SQLAlchemy seeder.', |
29 | | - long_description=LONG_DESCRIPTION, |
30 | | - long_description_content_type='text/markdown', |
31 | | - url='https://github.com/jedymatt/sqlalchemyseed', |
32 | | - author='jedymatt', |
33 | | - |
34 | | - license='MIT', |
| 28 | + # description='SQLAlchemy seeder.', |
| 29 | + # long_description=LONG_DESCRIPTION, |
| 30 | + # long_description_content_type='text/markdown', |
| 31 | + # url='https://github.com/jedymatt/sqlalchemyseed', |
| 32 | + # author='jedymatt', |
| 33 | + # author_email='[email protected]', |
| 34 | + # license='MIT', |
35 | 35 | packages=packages, |
36 | 36 | # package_data={'sqlalchemyseed': ['res/*']}, |
37 | 37 | install_requires=install_requires, |
38 | 38 | extras_require=extras_require, |
39 | | - python_requires='>=3.6', |
40 | | - project_urls={ |
41 | | - 'Source': 'https://github.com/jedymatt/sqlalchemyseed', |
42 | | - 'Tracker': 'https://github.com/jedymatt/sqlalchemyseed/issues', |
43 | | - }, |
44 | | - classifiers=[ |
45 | | - 'License :: OSI Approved :: MIT License', |
46 | | - |
47 | | - 'Programming Language :: Python :: 3.6', |
48 | | - 'Programming Language :: Python :: 3.7', |
49 | | - 'Programming Language :: Python :: 3.8', |
50 | | - 'Programming Language :: Python :: 3.9', |
51 | | - ], |
52 | | - keywords='sqlalchemy, seed, seeder, json, yaml', |
| 39 | + # python_requires='>=3.6', |
| 40 | + # project_urls={ |
| 41 | + # 'Source': 'https://github.com/jedymatt/sqlalchemyseed', |
| 42 | + # 'Tracker': 'https://github.com/jedymatt/sqlalchemyseed/issues', |
| 43 | + # }, |
| 44 | + # classifiers=[ |
| 45 | + # 'License :: OSI Approved :: MIT License', |
| 46 | + |
| 47 | + # 'Programming Language :: Python :: 3.6', |
| 48 | + # 'Programming Language :: Python :: 3.7', |
| 49 | + # 'Programming Language :: Python :: 3.8', |
| 50 | + # 'Programming Language :: Python :: 3.9', |
| 51 | + # ], |
| 52 | + # keywords='sqlalchemy, seed, seeder, json, yaml', |
53 | 53 | ) |
0 commit comments