
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>python &#8211; EBUT Laboratory</title>
	<atom:link href="https://ebutlab.com/blog/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>https://ebutlab.com</link>
	<description>Emotional, Burning, Unlimited Tuned Laboratory</description>
	<lastBuildDate>Sat, 12 Nov 2022 11:29:37 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://ebutlab.com/wp-content/uploads/2016/01/cropped-logo-2x-100x100.png</url>
	<title>python &#8211; EBUT Laboratory</title>
	<link>https://ebutlab.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">179778457</site>	<item>
		<title>How to use modern Python packaging and setuptools plugins together</title>
		<link>https://ebutlab.com/blog/2022/09/13/how-to-use-modern-python-packaging-and-setuptools-plugins-together/</link>
		
		<dc:creator><![CDATA[Cozy]]></dc:creator>
		<pubDate>Tue, 13 Sep 2022 07:08:31 +0000</pubDate>
				<category><![CDATA[NEWS]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">https://twitter.com/hckojima/status/1569583790531686400</guid>

					<description><![CDATA[How to use modern Python packaging and setuptools plugins together https://red.ht/3TyleVN via @opensourceway by @moshezadka(Feed generated with FetchRSS)]]></description>
										<content:encoded><![CDATA[<p><a href="https://opensource.com/article/22/9/modern-python-packaging-setuptools-plugins" target="_blank" rel="noopener"><img decoding="async" class="alignleft" src="https://opensource.com/sites/default/files/lead-images/coffee_python.jpg" alt="" width="50%" /></a>Using the setuptools plugin with modern Python packaging allows for experimentation with automation.</p>
<p>Python packaging has evolved a lot. The latest (&#8220;beta&#8221;) uses one file, <code>pyproject.toml</code>, to control the package.</p>
<p>A minimal <code>pyproject.toml</code> might look like this:</p>
<div class="geshifilter">
<div class="python geshifilter-python"><span class="br0">[</span>build-system<span class="br0">]</span><br />
requires <span class="sy0">=</span> <span class="br0">[</span><span class="st0">&#8220;setuptools&#8221;</span><span class="br0">]</span><br />
build-backend <span class="sy0">=</span> <span class="st0">&#8220;setuptools.build_meta&#8221;</span></p>
<p><span class="br0">[</span>project<span class="br0">]</span><br />
name <span class="sy0">=</span> <span class="st0">&#8220;cool_project&#8221;</span><br />
version <span class="sy0">=</span> <span class="st0">&#8220;1.0.0&#8221;</span></div>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">21107</post-id>	</item>
	</channel>
</rss>
