mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
- While I'm here, fix setup.py - Bump PORTREVISION for package change ===> Configuring for py310-hared-1.0_1 /usr/local/lib/python3.10/site-packages/setuptools/_distutils/dist.py:275: UserWarning: Unknown distribution option: 'lassifiers' warnings.warn(msg) running config ===> Building for py310-hared-1.0_1 /usr/local/lib/python3.10/site-packages/setuptools/_distutils/dist.py:275: UserWarning: Unknown distribution option: 'lassifiers' warnings.warn(msg) With hat: python
11 lines
351 B
Python
11 lines
351 B
Python
--- setup.py.orig 2018-03-26 17:22:26 UTC
|
|
+++ setup.py
|
|
@@ -8,7 +8,7 @@ setup(name='hared',
|
|
version='1.0',
|
|
description='hare daemon',
|
|
long_description=readme(),
|
|
- lassifiers=[
|
|
+ classifiers=[
|
|
'Development Status :: 3 - Alpha',
|
|
'License :: OSI Approved :: MIT License',
|
|
'Programming Language :: Python :: 2.7',
|