Compare commits
No commits in common. "c2543e1f88e7c5a60a126aef1f3fd5d5e963f616" and "3928ef46d6216d16e014066064d495d85678d947" have entirely different histories.
c2543e1f88
...
3928ef46d6
7
LICENSE
7
LICENSE
@ -1,7 +0,0 @@
|
|||||||
Public domain
|
|
||||||
|
|
||||||
All of the code and documentation has been dedicated to the public domain.
|
|
||||||
Anyone is free to copy, modify, publish, use, compile, sell, or distribute
|
|
||||||
the original code, either in source code form or as a compiled binary,
|
|
||||||
for any purpose, commercial or non-commercial, and by any means.
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
include LICENSE
|
|
6
setup.py
6
setup.py
@ -2,18 +2,14 @@
|
|||||||
|
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
with open('README.rst', encoding='utf-8') as f:
|
with open('README.rst') as f:
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
|
||||||
with open('LICENSE', encouding='utf-8') as f:
|
|
||||||
license = f.read()
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='py3x',
|
name='py3x',
|
||||||
version='0.1.2',
|
version='0.1.2',
|
||||||
description='Sample package for Python3',
|
description='Sample package for Python3',
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
license=license,
|
|
||||||
author='Andrei Astafev',
|
author='Andrei Astafev',
|
||||||
author_email='dev@246060.ru',
|
author_email='dev@246060.ru',
|
||||||
url='https://dsp.246060.ru',
|
url='https://dsp.246060.ru',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user